X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=Gruntfile.js;h=02a21091a9df4cc0560e5114baa7d1574b175d9d;hp=a598021e05cebbd8ac5858201bb9dd2b9381cacf;hb=8a09ed02397956fc356d2940767c03c5c04144fb;hpb=e8fa6c3c7fae1e38705ce1a650983ed0b67b3e27 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' } });