Created
February 11, 2015 08:18
-
-
Save havramar/18e9e7c38a36892fa1dd to your computer and use it in GitHub Desktop.
Compass configuration in Symfony2 app as a filter.
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: | |
# When enabling compass, don't forget to add to parameters.yml: | |
# assetic.filter.compass.images_dir: %kernel.root_dir%/../web | |
# assetic.filter.compass.http_path: / | |
compass: | |
bin: /usr/local/bin/compass | |
apply_to: "\.scss$" | |
load_paths: | |
- %kernel.root_dir%/../assets/scss |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment