sass - Symfony: Asset Component and .scss files -
i have been reading new asset component. seems interesting , useful (as people say :)). since seems not "recommended" use assetic more, how should filter .scss files .css files using new component? couldn't find information it..
although symfony 2.8 , later no longer includes assetic default, can still install , enable it if you'd to. (basically: add symfony/assetic-bundle composer.json , add necessary configuration.)
the best practice these days use frontend tools focused frontend development. (the symfony best practices document recommends gruntjs, it's not solution.)
Comments
Post a Comment