Skip to content

Instantly share code, notes, and snippets.

@emil-nasso
Created May 15, 2015 08:09
Show Gist options
  • Save emil-nasso/3e656ff151026f51f0d7 to your computer and use it in GitHub Desktop.
Save emil-nasso/3e656ff151026f51f0d7 to your computer and use it in GitHub Desktop.
templating:
engines: ['twig']
hinclude_default_template: 'Layouts/loading.html.twig'
assets_base_urls:
http: [ /symfony ]
ssl: [ /symfony ]
{% stylesheets 'vendor/semantic/semantic.css' filter='cssrewrite'%}
<link href="{{ asset_url }}" type="text/css" rel="stylesheet" media="screen"/>
{% endstylesheets %}
GET http://XX.local/vendor/semantic/themes/default/assets/images/flags.png 404 (Not Found)
should be:
http://XX.local/symfony/vendor/semantic/themes/default/assets/images/flags.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment