Guest User

Untitled

a guest
Aug 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Combining files to have only a single call for all CSS files with Assetic on Symfony 2
  2. {% javascripts
  3. '@AcmeFooBundle/Resources/public/js/*'
  4. '@AcmeBarBundle/Resources/public/js/form.js'
  5. '@AcmeBarBundle/Resources/public/js/calendar.js'
  6. %}
  7. <script src="{{ asset_url }}"></script>
  8. {% endjavascripts %}
Add Comment
Please, Sign In to add comment