symfony - Symfony2 MopaBootstrapBundle There is no "less" filter error -


i ("there no "less" filter.") error on pages, can't seem resolve it. have less installed on mac. how tell symfony use ?

find node modules path running:

find / -name node_modules -type d 

then set node_paths option:

assetic:     filters:         less:             node_paths: /usr/lib/node_modules             compress:   true             apply_to:   "\.less$" 

Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -