Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed twig production cache setting #134

Merged
merged 1 commit into from Dec 21, 2013
Merged

Fixed twig production cache setting #134

merged 1 commit into from Dec 21, 2013

Conversation

rjarmstrong
Copy link
Contributor

The twig template engine does not take a parameter 'true' for cache settings. Rather the equivalent is 'memory'. Thus until this fix is made all production twig configurations will fail.

@AaronO
Copy link

AaronO commented Dec 21, 2013

@visionmedia 👍 This should be merged. (I've encountered this error as well)

@rjarmstrong Can you remove your changes to .gitignore, they aren't relevant to this pull request ? Thanks

tj added a commit that referenced this pull request Dec 21, 2013
Fixed twig production cache setting
@tj tj merged commit e3f2e94 into tj:master Dec 21, 2013
@moulliet
Copy link

moulliet commented Dec 2, 2014

It would be awesome if this year old bug were released. I already had

app.locals.cache = "memory"

in my code. I just spent 30 minutes hunting this down and manually hacking the line of code into my deployed libs just to get my app back up.

@standy
Copy link

standy commented Feb 17, 2015

+1

ifraixedes added a commit to ifraixedes/dev-toolbox that referenced this pull request Apr 17, 2015
After I found an non npm update issue in `consolidate.js` for more than
one year (tj/consolidate.js#134) I decided to
use `swig` straightway. I also added `debug` for the sake of the console
logging, added a new general use scaffolding middleware and passing
configuration object to middlewares initialiser to be consistent with
the dependency injection policy that I use.
Express has been update to the last current production version
jeffreywescott added a commit to wisdomlabs/mongo-express that referenced this pull request May 23, 2015
Upgrade consolidate to fix cache error in production (tj/consolidate.js#134).
veniversum added a commit to veniversum/crowdify that referenced this pull request Jan 29, 2017
ryodocx pushed a commit to ryodocx/mongo-express that referenced this pull request Mar 18, 2019
Upgrade consolidate to fix cache error in production (tj/consolidate.js#134).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants