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

Add option to disable cache in FileSystemLoader #354

Merged
merged 1 commit into from Feb 4, 2015
Merged

Add option to disable cache in FileSystemLoader #354

merged 1 commit into from Feb 4, 2015

Conversation

SamyPesse
Copy link
Contributor

No description provided.

@SamyPesse
Copy link
Contributor Author

I made this PR because when developing a web application, you want to test the pages without caching the templates. The watcher option slows everything (at least for me).

@jlongster
Copy link
Contributor

I'm down with this, but how is the watcher slower?

Soon we're going to make the watcher piece more modular, letting you choose which watcher to use. Right now we are bound to chokidar which I've found tends to have various issues. Maybe another watcher is better?

Still, this sounds reasonable. We are at the point in this project where most changes are just more configuration options :)

jlongster added a commit that referenced this pull request Feb 4, 2015
Add option to disable cache in FileSystemLoader
@jlongster jlongster merged commit 8c6e2bc into mozilla:master Feb 4, 2015
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

2 participants