Beispiel aus Thymeleaf-Doku überarbeitet
[website] / Gruntfile.js
index 88dc4fc..1fb1cf7 100644 (file)
@@ -181,7 +181,7 @@ module.exports = function (grunt) {
 
     grunt.util.spawn({
       cmd: 'node_modules/http-server/bin/http-server',
-      args: [ 'dist', '-c60' ],
+      args: [ 'dist', '-c0' ],
       opts: { stdio: 'inherit' }
     });