Hi,
I can deploy to staging fine.
When i try and deploy to production i get the following error below,
it gets so far and then bombs out.
RAILS_ENV=production bundle exec rake assets:precompile --trace
mkdir -p /var/www/rails/workstars/site/releases/20120117151339/public/
assets/vouchers
mkdir -p /var/www/rails/workstars/site/releases/20120117151339/public/
assets
rake aborted!
undefined method `bytesize’ for nil:NilClass
I have narrowed it down to this piece of code which is enabled in
production.rb
config.assets.compress = true
Anyone got any ideas, im a bit lost at this stage,
JB