capistrano-local-precompile icon indicating copy to clipboard operation
capistrano-local-precompile copied to clipboard

Assets are not minified

Open thehungrycoder opened this issue 5 years ago • 2 comments

Seems pre-compilation doesn't minify js, css files. But without this gem, they are correctly minified. Any suggestions?

thehungrycoder avatar Apr 18 '19 14:04 thehungrycoder

I just noticed this. If i do

RAILS_ENV=production cap production deploy

it minifies, trying to pass in

set :precompile_env, 'production'

in the deploy script but doesn't seem to work

Did you have any luck solving

simonhutchings avatar May 23 '19 08:05 simonhutchings

Did you have any luck solving

Nope

thehungrycoder avatar Jul 01 '19 03:07 thehungrycoder