TTL für alle Anfragen an den Entwicklungs-Server auf 60 Sekunden gesetzt
authorKai Moritz <kai@juplo.de>
Thu, 9 Mar 2017 16:44:38 +0000 (17:44 +0100)
committerKai Moritz <kai@juplo.de>
Fri, 10 Mar 2017 21:54:59 +0000 (22:54 +0100)
Gruntfile.js
dist/projects.html
dist/projects/accelerator.html
dist/templates/layout.html

index 4d367dc..88dc4fc 100644 (file)
@@ -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' }
     });
 
index b0a8cc7..29bd78d 100644 (file)
@@ -15,7 +15,7 @@
     <script src="js/less-1.7.0.min.js"></script>
     <!--*/-->
   </head>
-  <body juplo:variables='merge:{"pages":{
+  <body thymeproxy:variables='merge:{"pages":{
     "/projects.html": {
       "name": "Projects",
       "childs": {
index 98579f2..0b542ff 100644 (file)
@@ -15,7 +15,7 @@
     <script src="../../js/less-1.7.0.min.js"></script>
     <!--*/-->
   </head>
-  <body juplo:variables='merge:{"pages":{
+  <body thymeproxy:variables='merge:{"pages":{
     "/projects.html": {
       "name": "Projects",
       "childs": {
index c7a30d0..96fd057 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:th="http://www.thymeleaf.org"
     xmlns:layout="http://www.thymeleaf.org"
-    juplo:variables="/templates/variables.json"
+    thymeproxy:variables="/templates/variables.json"
     >
   <head th:fragment="head" layout:fragment="head">
     <title layout:title-pattern="$DECORATOR_TITLE - $CONTENT_TITLE" th:text="'juplo'">juplo - BASISTEMPLATE</title>