Skip to content

Instantly share code, notes, and snippets.

@ornj
Last active December 12, 2015 01:58
Show Gist options
  • Save ornj/4694613 to your computer and use it in GitHub Desktop.
Save ornj/4694613 to your computer and use it in GitHub Desktop.
Assetic Compass configuration
@import 'compass/utilities/sprites';
@import 'ui/*.png';
@include all-ui-sprites();
# 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