EmulatorJS/data/minify
2024-08-03 22:00:00 -05:00
..
index.js Move compression related functions to another file 2024-08-03 22:00:00 -05:00
package.json Minification 2023-07-18 11:10:21 -05:00
README.md Re-organize javascript files 2024-07-27 15:00:29 -05: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