I use assetic with a smaller filter and save fewer files in the / Resources / application ... I would like to import other less style sheets from within the package into this file. Everything works fine, but the way I am bullied.
My base.less looks something like this:
@import 'normalize.less'; @import 'mixins.less'; @import 'header.less'; @import 'footer.less'; @import "../../../../../../src/Acme/FooBundle/Resources/public/less/example.less";
Is there a way to pass the βpathsβ parameter to a smaller compiler in symfony2?
EDIT: I found a problem for my problem in assetic repo on github: https://github.com/kriswallsmith/assetic/pull/218
source share