Statocles icon indicating copy to clipboard operation
Statocles copied to clipboard

SASS via CSS::Sass

Open preaction opened this issue 10 years ago • 2 comments

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.

preaction avatar May 13 '15 02:05 preaction

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?

preaction avatar May 26 '15 04:05 preaction

The author of Mojolicious::Plugin::AssetPack says we might be able to use that for this and everything else it does

preaction avatar Jun 24 '16 00:06 preaction