FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

EmulatorJS/minify at main · allancoding/EmulatorJS · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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

  1. Open a terminal in the root of the project.

  2. Install the dependencies with:

    npm i
  3. Start the minification with:

    node run minify

Back | FazBrowse Home | New Git URL