Update readme with new uglify command

This commit is contained in:
clarmso
2017-03-11 00:07:38 -05:00
parent 6102ad9c1b
commit 46ba11107c

View File

@@ -23,4 +23,4 @@ define(['jquery', 'jquery.easing'], function (jQuery, easing) {
* `npm install`
* Make changes
* Test against files in `/examples`
* Build minified version with `npm run uglify`
* Build minified version with `npm run uglify -- --compress --mangle`