ContainerSolutions / ContainerSolutions/containerpilot-ui
Breaking ./src/public/js/app.js into modules
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
./src/public/js/app.js has 1000 lines of code. Of course it's good for browsers, to have less files to load, but it is hard to manage. The file should be broken into modules and you should use [browsify](https://www.npmjs.com/package/browsify) or something similar to merge it back into one js file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.