Port von 8080 auf 8888 gewechselt
[website] / Gruntfile.js
index 02a2109..d304dea 100644 (file)
@@ -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' }
     });