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