-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Use a modern library management system #2
Comments
This will now be the master ticket for library management queries and updates. Details from #43:
|
Do not store libraries in src/js/lib or src/css/lib this unnecessarily separates file types and keeps the libraries in the code base. All libraries should go in node_modules and be managed by npm/yarn |
@n1474335 re design principals underscore_lower_case is not recommended in JavaScript projects. |
Completed in #95 |
Promisified generation of key pair
Bring branch up to date with gchq/master
Currently all your libs are manually specified:
https://github.com/gchq/CyberChef/blob/master/Gruntfile.js#L46-L125
This is a DRY violation and a pain to maintain.
Choose a modern module bundler: webpack, rollup, bunch etc: https://webpack.js.org/get-started/why-webpack/#comparison
The text was updated successfully, but these errors were encountered: