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
- NodeJS
Steps
- Open a terminal and enter the
/data/minify
directory. - Install the dependencies with:
npm install
- Start the minification with:
npm run build
Table of Contents