do a full build including uglify in travis

This commit is contained in:
Tankred Hase 2014-01-06 11:21:20 +01:00
parent 2985be05e4
commit 1165b52b91

View File

@ -6,9 +6,8 @@
},
"main": "./src/index.js",
"scripts": {
"pretest": "grunt browserify",
"test": "grunt test",
"start": "grunt dev"
"pretest": "grunt",
"test": "grunt test"
},
"devDependencies": {
"browserify": "~2.35",