Skip to content

Latest commit

 

History

History
 
 

README.md

Javascript Assets

Production Build

Minification and optimization

The RequireJS command line tool is supported for optimizing and minifying assets.

  1. Install requirejs

    npm install -g requirejs

  2. Run the optimizer

Use r.js on the command line to run the optimizer.

r.js -o js/stackstudio-build.js

or

r.js -o js/stackplace-build.js