lancew/WRL_hacks

View on GitHub
build.sh

Summary

Maintainability
Test Coverage
# Simple build script so to speak.
#
# FIXME: Run JSHint over script
eslint wrl.js
# compress the js
uglifyjs -c -o wrl-min.js wrl.js --source-map --source-map-url
# TODO: Then can we compress the css itself?