adding buildConfig to jquery

This commit is contained in:
Jarred de Beer
2013-11-15 13:52:45 +02:00
parent 4128ebce61
commit 5cd7d5cb63
@@ -1,4 +1,7 @@
{
"main": "jquery.min",
"files": ["jquery.min.js", "jquery.min.map", "jquery.js"]
"main": "jquery",
"files": ["jquery.js"],
"buildConfig" {
"uglify": "true"
}
}