sass not work pyro theme
Created 7 years ago by jubayed
{{ asset_add("build.css", "theme::sass/theme/theme.sass") }}
{{ asset_style("build.css") }}

sass not Filters.

ryanthompson  —  7 years ago

Hmm.. Not sure I have sass only scss. I know the compiling is very much the same but the filter uses the scss extension for hinting.

You might try adding a third parameter to your asset_add method ["scss"] to manually compile it if you want.