X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=Gruntfile.js;h=88dc4fc3fc4d9f2e48433a734194eb6646ae56c6;hb=434ec9950ceb0f38d95c8ebe6741ef8bc17b0425;hp=4d367dcc37f53ed31245c31ba31bbc0ada8ee0a3;hpb=5c10633b35f8d46a13a5cbbc1f33789e08113ffd;p=website 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' } });