Skip to content

Commit 9027d9e

Browse files
committedAug 9, 2011
Additional comments
1 parent f96b910 commit 9027d9e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ tmp
22
lib-cov
33
node_modules
44
modules/downloaded
5+
modules/custom
56
themes/downloaded
7+
themes/custom
68
*.pid
79
*.log
810
*.swp
911
*.sock
1012
*.gz
11-
themes/calipso/public/css/calipso.css

‎lib/Helpers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ exports = module.exports = {
9696
},
9797

9898
/**
99-
* Generate a cache key for current url
99+
* Generate a cache key for current url - should only be used in theme templates.
100100
*/
101101
getCacheKey: function(req,res) {
102102
return function(type,name,params) {

0 commit comments

Comments
 (0)
Please sign in to comment.