Foundation5 with Compass and Assetic in Symfony2 Foundation5 with Compass and Assetic in Symfony2 symfony symfony

Foundation5 with Compass and Assetic in Symfony2


Finally I have fond correct configuration in config.yml :

# Assetic Configuration assetic:    debug:          %kernel.debug%    use_controller: false    filters:        compass:             load_paths:                 - '%kernel.root_dir%/../app/Resources/public/vendor/bower_components/foundation/scss'            apply_to: ".(scss|sass)$"