Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify build / test workflows #16

Open
renchap opened this issue Feb 26, 2017 · 1 comment
Open

Simplify build / test workflows #16

renchap opened this issue Feb 26, 2017 · 1 comment
Assignees

Comments

@renchap
Copy link
Owner

renchap commented Feb 26, 2017

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 renchap self-assigned this Feb 26, 2017
@sevos
Copy link
Contributor

sevos commented Feb 26, 2017

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

renchap added a commit that referenced this issue May 27, 2017
* update example app to Rails 5.1
* update example app to Webpacker 2
* added rake tasks to run yarn and webpacker in the example app before tests (related to #16)
renchap added a commit that referenced this issue May 27, 2017
* update example app to Rails 5.1
* update example app to Webpacker 2
* added rake tasks to run yarn and webpacker in the example app before tests (related to #16)
renchap added a commit that referenced this issue May 27, 2017
* update example app to Rails 5.1
* update example app to Webpacker 2
* added rake tasks to run yarn and webpacker in the example app before tests (related to #16)
renchap added a commit that referenced this issue May 27, 2017
* update example app to Rails 5.1
* update example app to Webpacker 2
* added rake tasks to run yarn and webpacker in the example app before tests (related to #16)
renchap added a commit that referenced this issue May 27, 2017
* update example app to Rails 5.1
* update example app to Webpacker 2
* added rake tasks to run yarn and webpacker in the example app before tests (related to #16)
renchap added a commit that referenced this issue May 27, 2017
* update example app to Rails 5.1
* update example app to Webpacker 2
* added rake tasks to run yarn and webpacker in the example app before tests (related to #16)
renchap added a commit that referenced this issue May 27, 2017
* update example app to Rails 5.1
* update example app to Webpacker 2
* added rake tasks to run yarn and webpacker in the example app before tests (related to #16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants