Skip to content

Instantly share code, notes, and snippets.

@mlebarron
Created April 1, 2011 17:33
Show Gist options
  • Save mlebarron/898527 to your computer and use it in GitHub Desktop.
Save mlebarron/898527 to your computer and use it in GitHub Desktop.
Assetic config
assetic:
debug: %kernel.debug%
use_controller: false
filters:
cssrewrite: ~
scss: ~
# closure:
# jar: %kernel.root_dir%/java/compiler.jar
# yui_css:
# jar: %kernel.root_dir%/java/yuicompressor-2.4.2.jar
@mlebarron
Copy link
Author

trying the YUI stuff tells me

Unrecognized options "jar"

@kriswallsmith
Copy link

I just sent @fabpot a pull request to fix this.
symfony/symfony#457

@mlebarron
Copy link
Author

copied over those changes... got it working :) Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment