Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 266 Bytes

BUILD.md

File metadata and controls

9 lines (6 loc) · 266 Bytes

Uglify and minify the code

npm install -g uglifyjs

uglifyjs ./src/galaxy.js --screw-ie8 -o ./dist/galaxy.min.js -c -m -r 'exports,Q,ko,postal,define,require'

Compile and build for example application

cd example/build
node r.js -o build.js