We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96b910 commit 9027d9eCopy full SHA for 9027d9e
.gitignore
@@ -2,10 +2,11 @@ tmp
2
lib-cov
3
node_modules
4
modules/downloaded
5
+modules/custom
6
themes/downloaded
7
+themes/custom
8
*.pid
9
*.log
10
*.swp
11
*.sock
12
*.gz
-themes/calipso/public/css/calipso.css
lib/Helpers.js
@@ -96,7 +96,7 @@ exports = module.exports = {
96
},
97
98
/**
99
- * Generate a cache key for current url
+ * Generate a cache key for current url - should only be used in theme templates.
100
*/
101
getCacheKey: function(req,res) {
102
return function(type,name,params) {
0 commit comments