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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -