Displaying 1 result from an estimated 1 matches for "videopromo".
Did you mean:
videodrome
2012 Jan 04
0
how to avoid pre-compile on deployment ..
...RAILS_ENV=#{rails_env}
assets:precompile"
# end
# end
but it seems to have no effect .... cap deploy log show precompiling
again...
.....
triggering after callbacks for `deploy:update_code''
* executing `deploy:assets:precompile''
* executing "cd /var/www/vhosts/videopromo.tv/rails/videopromo/
releases/20120103234418 && bundle exec rake RAILS_ENV=production
RAILS_GROUPS=assets assets:precompile"
I have an issue with the .swf file being pre-compiled and I don''t
want that ..
so I run a local pre-compile before deployment ...
rake assets:precompi...