Use UglifyJS to minify JavaScript in the LMS

This commit is contained in:
Will Daly
2014-10-08 06:30:21 -04:00
parent c4eee8ebc3
commit 900122b907
2 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
"name": "edx",
"version": "0.1.0",
"dependencies": {
"coffee-script": "1.6.1"
"coffee-script": "1.6.1",
"uglify-js": "2.4.15"
}
}