X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=Gruntfile.js;h=1fb1cf7941485b0ef834da0a832def090fffe079;hp=4d367dcc37f53ed31245c31ba31bbc0ada8ee0a3;hb=7f59eb73a1f64ebb56b3429b9e1cb130accfbbbb;hpb=15c643ebc6ce3d75a62fedb9b83688c6e85acbc5 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' } });