Last active
December 12, 2015 01:58
-
-
Save ornj/4694613 to your computer and use it in GitHub Desktop.
Assetic Compass configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import 'compass/utilities/sprites'; | |
@import 'ui/*.png'; | |
@include all-ui-sprites(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Assetic Configuration | |
assetic: | |
debug: "%kernel.debug%" | |
use_controller: false | |
#bundles: [ ] # Commented out so I can use assetic in any bundle | |
filters: | |
cssrewrite: ~ | |
compass: | |
http_path: / | |
images_dir: %kernel.root_dir%/../app/Resources/public/img | |
generated_images_path: %kernel.root_dir%/../web/img | |
http_generated_images_path: /img |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment