This is a 🐞 bug fix.
This is a 🙋♂️ feature or enhancement.
[ ] I've added tests (if it's a bug, feature or enhancement)
[ ] I've adjusted the documentation (if it's a feature or enhancement)
[x] The test suite passes (run bundle exec rspec to verify this)
Summary
Allow jets applications to deploy without sprockets-jets. This can be useful for API projects that do not serve assets. This allows jets deploy to work when users remove the sprockets-jets from their Gemfile because they don't need it.
Note: There's actual use-cases for API projects that do serve assets. I actually have an API app that serves javascript and stylesheet assets. Going to leave the sprockets-jets in API mode for the jets new --mode api generator.
This is a 🐞 bug fix. This is a 🙋♂️ feature or enhancement.
bundle exec rspec
to verify this)Summary
Allow jets applications to deploy without sprockets-jets. This can be useful for API projects that do not serve assets. This allows jets deploy to work when users remove the
sprockets-jets
from their Gemfile because they don't need it.Note: There's actual use-cases for API projects that do serve assets. I actually have an API app that serves javascript and stylesheet assets. Going to leave the
sprockets-jets
in API mode for thejets new --mode api
generator.Context
Related #681
How to Test
Remove
sprockets-jets
fromGemfile
and run:jets deploy
Version Changes
Patch