projects
/
website
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
285f547
)
Max-Age für den Development-Server auf 0s gesetzt
author
Kai Moritz
<kai@juplo.de>
Tue, 14 Mar 2017 08:58:06 +0000
(09:58 +0100)
committer
Kai Moritz
<kai@juplo.de>
Tue, 30 Apr 2019 13:50:19 +0000
(15:50 +0200)
Gruntfile.js
patch
|
blob
|
history
diff --git
a/Gruntfile.js
b/Gruntfile.js
index
88dc4fc
..
1fb1cf7
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', '-c
6
0' ],
+ args: [ 'dist', '-c0' ],
opts: { stdio: 'inherit' }
});