diff options
Diffstat (limited to 'pyload')
-rw-r--r-- | pyload/web/Gruntfile.js | 2 |
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' ]); }; |