X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=Gruntfile.js;h=1fb1cf7941485b0ef834da0a832def090fffe079;hb=1899366cbf696dc0d50a4f5845750f1e351f84dc;hp=4d367dcc37f53ed31245c31ba31bbc0ada8ee0a3;hpb=5c10633b35f8d46a13a5cbbc1f33789e08113ffd;p=website diff --git a/Gruntfile.js b/Gruntfile.js index 4d367dcc..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' ], + args: [ 'dist', '-c0' ], opts: { stdio: 'inherit' } });