crmp / symfony-base

Symfony application for CRMP.
0 stars 0 forks source link

Deployment: Dump assets #6

Open ScreamingDev opened 7 years ago

ScreamingDev commented 7 years ago

Run this during deployment for production:

php bin/console assetic:dump --env=prod --no-debug

Generated assets do not exists until this is run. See "Dumping Asset Files in the prod Environment" in the Cookbook.