grunt.util.spawn({
cmd: 'node_modules/http-server/bin/http-server',
- args: [ 'dist' ],
+ args: [ 'dist', '-c60' ],
opts: { stdio: 'inherit' }
});
<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": {
<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": {
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>