X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=Gruntfile.js;h=1fb1cf7941485b0ef834da0a832def090fffe079;hp=88dc4fc3fc4d9f2e48433a734194eb6646ae56c6;hb=045084f5b10b42869fef16579cedc99754dcde06;hpb=af5ec14fe002269ac6676db293ba4da9d64bb6f1 diff --git a/Gruntfile.js b/Gruntfile.js index 88dc4fc3..1fb1cf79 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -181,7 +181,7 @@ module.exports = function (grunt) { grunt.util.spawn({ cmd: 'node_modules/http-server/bin/http-server', - args: [ 'dist', '-c60' ], + args: [ 'dist', '-c0' ], opts: { stdio: 'inherit' } });