My SCSS files are being copied to /web
folder when I'm using php app/console assets:install
I really need to do this due to vendor's bundles.
Basically, I need to avoid being copied all files that Assetic uses.
If you use Symfony 2.6
# make a hard copy of the assets in web/
$ php app/console assets:install
# if possible, make absolute symlinks in web/ if not, make a hard copy
$ php app/console assets:install --symlink
# if possible, make relative symlinks in web/ if not, make a hard copy
$ php app/console assets:install --symlink --relative
from http://symfony.com/blog/new-in-symfony-2-6-smarter-assets-install-command
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With