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

Transition to Webpacker from Sprockets #1431

Closed
8 tasks done
murny opened this issue Jan 24, 2020 · 1 comment
Closed
8 tasks done

Transition to Webpacker from Sprockets #1431

murny opened this issue Jan 24, 2020 · 1 comment

Comments

@murny
Copy link
Contributor

murny commented Jan 24, 2020

Upgrade Jupiter to use Webpacker

  • Install webpacker and configure it
  • Move assets over to javascript folder
  • Move asset gems to use npm packages
  • Update any sprocket helpers to use new webpacker helpers
  • Fix any gotchas like exposing/automatically importing Jquery as a global, etc
  • Update any docker/CI infrastructure that might need yarn install now
  • Install and configure any helpful npm packages like Eslint/etc
  • Nice to have: Upgrade existing javascript to ES6

(Note: There is a lot of javascript issues in the backlog that could be closed after doing this issue for example: upgrade fontawesome #614 , upgrade bootstrap #683 , replace scss_lint gem #1120 , etc.)

Duplicate issue: #207

@murny murny added the rails6 label Jan 24, 2020
@mbarnett mbarnett mentioned this issue Jan 24, 2020
4 tasks
@weiweishi weiweishi added the 13 label Jan 24, 2020
murny added a commit that referenced this issue Mar 6, 2020
#1431 Rails 6: Move sprockets/assets over to npm/webpacker!
@murny
Copy link
Contributor Author

murny commented Mar 6, 2020

This is now merged into master. Closing this out

@murny murny closed this as completed Mar 6, 2020
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