aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2019-04-04 20:35:01 +0200
committerMarvin Borner2019-04-04 20:35:01 +0200
commit25c32eda6d95892bad7bbc858d58b2bdbb6116de (patch)
tree74d32b9a64d9efb4f09fe4042d568a6240cd7417
parentf1ccafbbf03a4fdb8987303afa516a9fa5e2ea3d (diff)
Updated rocker configuration visibility
-rw-r--r--.gitignore1
-rw-r--r--src/main/resources/compiled-views/rocker-compiler.conf9
2 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 83bf421..5365ce1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@ out/
files/
.idea
*.db
+src/main/resources/compilled-views/rocker-compiler.conf
diff --git a/src/main/resources/compiled-views/rocker-compiler.conf b/src/main/resources/compiled-views/rocker-compiler.conf
index a8998bd..5ef6980 100644
--- a/src/main/resources/compiled-views/rocker-compiler.conf
+++ b/src/main/resources/compiled-views/rocker-compiler.conf
@@ -1,11 +1,10 @@
-#rocker.output.dir
-#Thu Apr 04 15:51:56 CEST 2019
-rocker.class.dir=/home/melvin/Coding/kloud/src/main/resources/compiled-views
+# DO NOT MODIFY THIS FILE - IT SHOULD BE UPDATED AUTOMATICALLY VIA ./gradlew compileRocker
+rocker.class.dir=/YOURPATH/src/main/resources/compiled-views
rocker.option.extendsClass=com.fizzed.rocker.runtime.DefaultRockerTemplate
rocker.option.optimize=false
-rocker.output.dir=/home/melvin/Coding/kloud/src/main/resources/generated-views
+rocker.output.dir=/YOURPATH/src/main/resources/generated-views
rocker.option.targetCharset=UTF-8
-rocker.template.dir=/home/melvin/Coding/kloud/src/main/resources/views
+rocker.template.dir=/YOURPATH/src/main/resources/views
rocker.option.combineAdjacentPlain=true
rocker.option.javaVersion=1.8
rocker.option.extendsModelClass=com.fizzed.rocker.runtime.DefaultRockerModel