webpacker-react icon indicating copy to clipboard operation
webpacker-react copied to clipboard

Simplify build / test workflows

Open renchap opened this issue 8 years ago • 1 comments

The goal is to create rake tasks to :

  • Install/update JS dev dependancies
  • Run linters (rubocop and eslint)
  • Build the JS code
  • Link the NPM package to register it for local use
  • Run webpack for the test application
  • Run tests

The README will need to be updated as well.

I will probably move javascript/webpacker_react-npm-module/ to the root directory, as it makes more sense for it to be here.

renchap avatar Feb 26 '17 14:02 renchap

moving would allow referencing the github url of the package in packages.json if someone would like to use edge version :)

sevos avatar Feb 26 '17 15:02 sevos