From: Kai Moritz Date: Thu, 9 Mar 2017 16:44:38 +0000 (+0100) Subject: TTL für alle Anfragen an den Entwicklungs-Server auf 60 Sekunden gesetzt X-Git-Tag: frontend--juplo--home-kai~26 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=87642be6965057068762989c5ed4e513dff5ecdd;p=website TTL für alle Anfragen an den Entwicklungs-Server auf 60 Sekunden gesetzt --- diff --git a/Gruntfile.js b/Gruntfile.js index 4d367dcc..88dc4fc3 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' ], + args: [ 'dist', '-c60' ], opts: { stdio: 'inherit' } }); diff --git a/dist/projects.html b/dist/projects.html index 06accc18..23402220 100644 --- a/dist/projects.html +++ b/dist/projects.html @@ -15,7 +15,7 @@ - - juplo - BASISTEMPLATE