EmulatorJS/data/minify
2022-08-20 11:09:45 -05:00
..
.gitignore lots of stuff 2022-05-16 16:45:45 +00:00
index.js add thingy to check for invalid editing 2022-07-02 22:06:39 -05:00
package-lock.json Fix virtual gamepad bug 2022-08-20 11:09:45 -05:00
package.json lots of stuff 2022-05-16 16:45:45 +00:00
README.md Formatted Minify 2022-05-16 14:51:33 -04:00

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

  1. Open a terminal in/data/minify.

  2. Install the dependencies with:

    npm install
    
  3. Start the minification with:

    node index.js