Fork me on GitHub
(source)

NAME

Statocles::App::Static - Manage static files like CSS, JS, images, and other untemplated content

DESCRIPTION

This Statocles::App manages static content with no processing, perfect for images, stylesheets, scripts, or already-built HTML.

ATTRIBUTES

store

The store containing this app's files. Required.

METHODS

pages

    my @pages = $app->pages;

Get the page objects for this app.