NAME

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

VERSION

version 0.098

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.

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.