php - Production mode assetic -



php - Production mode assetic -

hi have troubles when going in production mode assetic ( 1st time )

when seek run command

php app/console assetic:dump --env-prod --no-debug

i message

the source file "...." not exist.

well hell yeah assetic, file not exist ! not in src/ folder , not in web/ folder either. there kind of assetic cache?

i had file sent me error, happened disappear after ran assets:install not time

i ran : cache:clear, cache:clear --env prod, assets:install,..

i have no thought i'm doing. thanks

and solution is.. manually delete cache

php symfony2 product assetic

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -