Skip to content

Instantly share code, notes, and snippets.

@buzzedword
Last active December 14, 2015 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buzzedword/5014789 to your computer and use it in GitHub Desktop.
Save buzzedword/5014789 to your computer and use it in GitHub Desktop.
assetic:
write_to: %kernel.root_dir%/../web/
filters:
compass:
apply_to: "/\.s[ac]ss$/"
{% stylesheets
"@SNWebBundle/Resources/assets/css/main.scss"
"@OtherBundle/Resources/assets/css/main.sass"
"@GeneralBundle/Resources/assets/css/main.css"
output='css/output.css'
%}
<link rel="stylesheet" type="text/css" href="{{ asset_url }}" />
{% endstylesheets %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment