# 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 and enter the /data/minify directory.

  2. Install the dependencies with:

    npm install
    
  3. Start the minification with:

    npm run build