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

refactor sprockets js files into webpacker #1005

Closed
17 tasks done
johrstrom opened this issue Mar 24, 2021 · 2 comments
Closed
17 tasks done

refactor sprockets js files into webpacker #1005

johrstrom opened this issue Mar 24, 2021 · 2 comments

Comments

@johrstrom
Copy link
Contributor

johrstrom commented Mar 24, 2021

We're still using sprockets to manages some javascript files. This ticket is to track the progress on migrating all those files into files/modules being managed by webpacker.

<%= javascript_include_tag 'application' %>

I guess we'd want to standardize on ES6 modules, but I'm not super familiar with the ecosystem and how much work we'd need to put into transpiling older packages, but that's something we can discuss here.

This may be a large ticket so it should definitely get fixed in multiple small PRs.

┆Issue is synchronized with this Asana task by Unito

@ericfranz
Copy link
Contributor

I also think this is something that isn't urgent. Somethings we will want to migrate - others we might want to rewrite into webpacker, others we might want to just render unnecessary (like if we pull out the "web dev" interface altogether.

@ericfranz ericfranz modified the milestones: Backlog, OOD2.1 Mar 24, 2021
@johrstrom johrstrom added the epic label Oct 26, 2021
@johrstrom
Copy link
Contributor Author

After all this work - this is now complete.

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