From: Kai Moritz Date: Fri, 8 Jan 2021 13:48:08 +0000 (+0100) Subject: Port von 8080 auf 8888 gewechselt X-Git-Tag: thymeroot-2.0.0 X-Git-Url: https://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=952587b631fc775366f8311e518e8d7cdd8dfbb7 Port von 8080 auf 8888 gewechselt --- 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' } });