X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=Gruntfile.js;h=02a21091a9df4cc0560e5114baa7d1574b175d9d;hb=67c6c67524571291077f9567391e56bf845afbde;hp=a598021e05cebbd8ac5858201bb9dd2b9381cacf;hpb=e8fa6c3c7fae1e38705ce1a650983ed0b67b3e27;p=website diff --git a/Gruntfile.js b/Gruntfile.js index a598021e..02a21091 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' } });