summaryrefslogtreecommitdiffstats
path: root/pyload/web/Gruntfile.js
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-29 17:24:04 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-29 17:24:04 +0200
commit8181459f7d263bec297216677cbec2073bf3c2a8 (patch)
tree13c0435873f547fd0cfec370a6af21862a0335dd /pyload/web/Gruntfile.js
parentnpm dependency update (diff)
downloadpyload-8181459f7d263bec297216677cbec2073bf3c2a8.tar.xz
check returncode in build script
Diffstat (limited to 'pyload/web/Gruntfile.js')
-rw-r--r--pyload/web/Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/Gruntfile.js b/pyload/web/Gruntfile.js
index 7b76e3503..220b216a8 100644
--- a/pyload/web/Gruntfile.js
+++ b/pyload/web/Gruntfile.js
@@ -416,7 +416,7 @@ module.exports = function(grunt) {
grunt.registerTask('default', [
'jshint',
- 'test',
+// 'test',
'build'
]);
};