04.
Assetic: Filters, Combination and Minification
Keep on Learning!
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
Whoops, an error! Please, try again later.
2 Comments
hello:
when I use the
{% stylesheets
'bundles/event/css/event.css'
'bundles/event/css/events.css'
'bundles/event/css/main.css'
filter='cssrewrite'
%}
<link rel="stylesheet" href="{{ asset_url }}"/>
{% endstylesheets %}
It couldn't find files css.
i don't know why, could help me plz, thanks a lot , and happy new year !
Hi there!
What error do you get? Also, re-run the assets:install command to make sure the symlink from the EventBundle's assets into web/bundles is there:
app/console assets:install
And verify that the files exists - i.e. web/bundles/event/css/event.css.
Let me know if that helps! Happy new year to you too!
"Houston: no signs of life"
Start the conversation!