Guest User

Untitled

a guest
Oct 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. assetic:
  2. debug: '%kernel.debug%'
  3. use_controller: '%kernel.debug%'
  4. #java: /usr/bin/java
  5. filters:
  6. cssrewrite: ~
  7. uglifyjs2:
  8. bin: "%npm_bin%/uglifyjs"
  9. apply_to: '.js$'
  10. uglifycss:
  11. bin: "%npm_bin%/uglifycss"
  12. apply_to: '.css$'
  13. closure:
  14. jar: "%kernel.root_dir%/Resources/java/compiler.jar"
  15. yui_css:
  16. jar: "%kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar"
  17.  
  18. symfony/symfony: v3.0.9
  19. symfony/assetic-bundle: v2.8.2
Add Comment
Please, Sign In to add comment