-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Unexplained Code Change in Caching Guide #1512
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
Labels
Comments
This is a mistake. It should be |
skipjack
added a commit
that referenced
this issue
Aug 13, 2017
Correct this error in `output` configuration. Fixes #1512
Totally would have but it looks like you beat me to it! Thanks for maintaining this docs so well! |
No problem, yeah it was a quick fix.. |
skipjack
added a commit
that referenced
this issue
Aug 13, 2017
Correct this error in `output` configuration. Fixes #1512
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
On the caching guide page there is a change in the code that isn't noted or explained. The example goes from using
[chunkhash]
to[contenthash]
without an explanation. The diff's in the documentation also don't show that this code has changed. I'm not sure why the change in the code occurs so I thought I would report it here.The change happens inside the extracting boilerplate section.
The text was updated successfully, but these errors were encountered: