You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/abe-config.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@
48
48
"files": {
49
49
"templates": {
50
50
"extension": "html",
51
-
"assets": "_files"
51
+
"assets": "_files",
52
+
"precompile": true
52
53
}
53
54
},
54
55
"cookie": {
@@ -79,6 +80,8 @@ Wysiwyg configuration
79
80
80
81
file extension + [ folder ]_files assets
81
82
83
+
__precompile__ (false by default): If set to true, the templates are precompiled by Handlebars. Big performance improvement. This precompilation occurs when a page is displayed in Abe. While you design your templates, set this option to false and clear the hbs directory (in your templates directory) for reinitializing the cache.
0 commit comments