Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Latest commit

 

History

History
119 lines (75 loc) · 3.54 KB

HISTORY.md

File metadata and controls

119 lines (75 loc) · 3.54 KB

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 suppress npm 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

  • #5 - Fix 'no such process' errors when pressing ^C. (#10, @mikker)

May 27, 2016

  • #9 - Add a config.npm.install_on_asset_precompile option to optimize deploy times.

May 24, 2016

Apr 20, 2016

  • #3 - Prevent orphaned processes from accumulating. (#4)

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.