Symfony: avoid the eternal assets:install in dev mode

Whenever I changed js and css files, I used to execute an assets:install, simply because I didn’t know any better. This can be avoided by using a symlink in dev mode:

php ./console assets:install ../web --env=dev --symlink

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.