Created
May 15, 2015 08:09
-
-
Save emil-nasso/3e656ff151026f51f0d7 to your computer and use it in GitHub Desktop.
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
templating: | |
engines: ['twig'] | |
hinclude_default_template: 'Layouts/loading.html.twig' | |
assets_base_urls: | |
http: [ /symfony ] | |
ssl: [ /symfony ] |
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
{% stylesheets 'vendor/semantic/semantic.css' filter='cssrewrite'%} | |
<link href="{{ asset_url }}" type="text/css" rel="stylesheet" media="screen"/> | |
{% endstylesheets %} |
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
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