EmulatorJS/data/minify/readme.md
Ethan O'Brien 7a8c11dba9 Version 1.1.6
Co-authored-by: Allan Niles <74841470+allancoding@users.noreply.github.com>
Co-authored-by: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com>
2022-05-16 11:45:00 -05:00

11 lines
No EOL
400 B
Markdown

## Minifying
It is recommended to minify the javascript files before putting them on your server for production. This will make the emulator load faster (and use less bandwidth)
to minify, first, if you do not have nodejs, please install it from [here](https://nodejs.org/en/download/)
then, open a terminal window and navigate to the minify directory
then, run `npm i`
then, run `node index.js`