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

Force generateCache to run on every request #38

Open
cdeutsch opened this issue May 13, 2012 · 1 comment
Open

Force generateCache to run on every request #38

cdeutsch opened this issue May 13, 2012 · 1 comment

Comments

@cdeutsch
Copy link

Every time I change a javascript file or CSS file it takes two refreshes for it to appear in the browser. It looks like fs.watchFile picks up the change (running OSX) but generateCache is being called after the old content is already served.

@dawnerd
Copy link
Contributor

dawnerd commented Jun 14, 2012

I had a pull request that changed fs.watchFile to use the new fs.watch api. Does it still happen with this?

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

No branches or pull requests

2 participants