We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems pre-compilation doesn't minify js, css files. But without this gem, they are correctly minified. Any suggestions?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Nope
No branches or pull requests
Seems pre-compilation doesn't minify js, css files. But without this gem, they are correctly minified. Any suggestions?
The text was updated successfully, but these errors were encountered: