Aug 1, 2017
- Webpack generator: prevent loading
webpack-livereload-plugin
in the default Webpack config to prevent deployment errors.
May 24, 2017
- #18 - Add Webpack support via
./bin/rails g npm_pipeline:webpack
.
Dec 20, 2016
- #12 - Implement
config.npm.install_on_rails_server
to suppressnpm install
on Rails server startup. (@mikker)
Oct 14, 2016
- #11 - Fix
rails generate npm_pipeline:gulp
not giving a working setup. (@aka-cronos)
May 27, 2016
May 27, 2016
- #9 - Add a
config.npm.install_on_asset_precompile
option to optimize deploy times.
May 24, 2016
- #7 - Add a
config.npm.enable_watch
flag. (@jasontorres)
Apr 20, 2016
Apr 11, 2016
- #1 - Update support for Rails 5. (@victorsolis)
- #1 - Fix issues with gitignore files that don't have a new line at the end. (@victorsolis)
Mar 23, 2016
- Add experimental support for Rails 5.
Mar 22, 2016
- Fix "TypeError: no implicit conversion of Process::Status into Integer" error.
Mar 22, 2016
- Make the gem package smaller; no functional changes.
Mar 22, 2016
- Update documentation and gem description; no functional changes.
Mar 22, 2016
- Add Gulp generator (
rails g npm_pipeline:gulp
).
Mar 22, 2016
- Initial release.