Statocles
Statocles copied to clipboard
SASS via CSS::Sass
We should compile .sass and .scss files using CSS::Sass, if it is available.
Do we add this automatically to Theme and Static? Is it a build plugin? How do we allow post-processing of anything? That sounds like a plugin.
I'm thinking we add it automatically to the Theme, and add pluggability to the Static app.
Maybe the Theme bit should be done as a preconfigured Static app... And then users can override it if they want other behavior...
Statocles::Theme extends Statocles::App::Static maybe?
The author of Mojolicious::Plugin::AssetPack says we might be able to use that for this and everything else it does