NAME

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

DESCRIPTION

NOTE: This application's functionality has been added to Statocles::App::Basic. You can use the Basic app to replace this app. This class will be removed with v2.0. See Statocles::Help::Upgrading.

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.