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

Minify and Support modern JavaScript syntax #251

Open
rderik opened this issue May 8, 2020 · 0 comments
Open

Minify and Support modern JavaScript syntax #251

rderik opened this issue May 8, 2020 · 0 comments
Assignees

Comments

@rderik
Copy link
Contributor

rderik commented May 8, 2020

Is your feature request related to a problem? Please describe.

We are currently serving multiple plain JavaScript files. These files can be minified and bundled together to serve one compressed file, improving front end performance for all of our visitors.

We could also take advantage of modern JavaScript if we transpile the code from ES6 or ES7 to vanilla JavaScript so it can be understood even by old browsers.

Describe the solution you'd like

Improve the way we handle JavaScript in the project so we can provide a better User Experience and at the same time improve developer efficiency by taking advantage of modern JavaScript techniques.

Describe alternatives you've considered

We could refactor/migrate all of our code to ES6 or ES7 JavaScript, but that would take more time and effort.

Additional context
N/A

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

1 participant