X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=Gruntfile.js;fp=Gruntfile.js;h=88dc4fc3fc4d9f2e48433a734194eb6646ae56c6;hp=4d367dcc37f53ed31245c31ba31bbc0ada8ee0a3;hb=af5ec14fe002269ac6676db293ba4da9d64bb6f1;hpb=048e5fcd2a74e1896292cb7b55f18f52ad6da9f4 diff --git a/Gruntfile.js b/Gruntfile.js index 4d367dcc..88dc4fc3 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', '-c60' ], opts: { stdio: 'inherit' } });