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

400 B

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

then, open a terminal window and navigate to the minify directory

then, run npm i

then, run node index.js