mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
* update docs & formating * fix formatting * spaces * remove spaces * CDN info * functions |
||
|---|---|---|
| .. | ||
| minify.js | ||
| README.md | ||
Minifying
Before pushing the script files onto your production server it is recommended to minify them to save on load times as well as bandwidth.
Requirements
Steps
-
Open a terminal in the root of the project.
-
Install the dependencies with:
npm i -
Start the minification with:
node run minify