Hi i have some troubles when going in production mode with assetic ( 1st time )
When i try to run this command
php app/console assetic:dump --env-prod --no-debug
I get this message
The source file "...." does not exist.
Well hell yeah assetic, this file does not exist ! not in my src/ folder , not in my web/ folder either. Is there some kind of assetic cache?
I had another file which sent me that error, it happened to disappear after i ran assets:install but not this time
I ran : cache:clear, cache:clear --env prod, assets:install,..
I have no idea what i'm doing. Thanks
--env=prod
not--env-prod
- Tomasz Madeyski