X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=Gruntfile.js;fp=Gruntfile.js;h=d304dea0cb30b720928f7b64287dfbb66dd661c7;hp=02a21091a9df4cc0560e5114baa7d1574b175d9d;hb=952587b631fc775366f8311e518e8d7cdd8dfbb7;hpb=6aa589204629a3fab40b0b791609b6af07ba1203 diff --git a/Gruntfile.js b/Gruntfile.js index 02a21091..d304dea0 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', '-c0' ], + args: [ 'dist', '-p8888', '-c0' ], opts: { stdio: 'inherit' } });