projects
/
website
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
048e5fc
)
TTL für alle Anfragen an den Entwicklungs-Server auf 60 Sekunden gesetzt
author
Kai Moritz
<kai@juplo.de>
Thu, 9 Mar 2017 16:44:38 +0000
(17:44 +0100)
committer
Kai Moritz
<kai@juplo.de>
Wed, 28 Jun 2017 11:45:40 +0000
(13:45 +0200)
Gruntfile.js
patch
|
blob
|
history
diff --git
a/Gruntfile.js
b/Gruntfile.js
index
4d367dc
..
88dc4fc
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' ],
+ args: [ 'dist'
, '-c60'
],
opts: { stdio: 'inherit' }
});