I ran RAILS_ENV=production PRECOMPILE=1 PLUGINS=all bundle exec rake assets:precompile --trace with v3290 can not generate env plugin assets under public/assets folder. Also, there are no error while running the command.
However, I can verify the v3260 work as expected.
Expected
I should be able to see env plugin assets after ran the precompile command.
Issue
I ran
RAILS_ENV=production PRECOMPILE=1 PLUGINS=all bundle exec rake assets:precompile --trace
withv3290
can not generateenv
plugin assets underpublic/assets
folder. Also, there are no error while running the command.However, I can verify the
v3260
work as expected.Expected
I should be able to see
env
plugin assets after ran the precompile command.How to reproduce
git checkout v3290
bundle
RAILS_ENV=production PRECOMPILE=1 PLUGINS=all bundle exec rake assets:precompile --trace
ls public/assets
env
plugin