projects
/
website
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aa5892
)
Port von 8080 auf 8888 gewechselt
thymeroot-2.0.0
author
Kai Moritz
<kai@juplo.de>
Fri, 8 Jan 2021 13:48:08 +0000
(14:48 +0100)
committer
Kai Moritz
<kai@juplo.de>
Fri, 8 Jan 2021 13:48:08 +0000
(14:48 +0100)
Gruntfile.js
patch
|
blob
|
history
diff --git
a/Gruntfile.js
b/Gruntfile.js
index
02a2109
..
d304dea
100644
(file)
--- 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' }
});