-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Handle themes in the new file cache (images, assets) #5460
Comments
How can that commit be a problem for the "themes site"? It is not released? |
OK, now I see what that issue was all about -- I think ... |
Steps to reproduce.
Hugo version
Here is the relevant commit in the Evie Theme's repository desimone/evie-hugo@9caa8e1 From
|
OK, I see what's happening. Will fix. |
Note that for the "evie Hugo" example, this is not related to any "base path", this was broken in my recently "cache consolidation" PR. We cache resources, and in case "feature is not available" (aka Netlify), we fall back to cached SCSS result. The cache consolidation did not consider ... themes, which in most cases would not be visible (you just recache it the first time you run Hugo on the site itself), but not so for the "demo site". I will fix this, just thought I should add a little context. The cache consolidation code is not in a released Hugo version, and the "relpermalink vs canonify" was an obvious bugfix. |
In the newly consolidated file cache implementation, we forgot that we also look in the theme(s) for assets (SCSS transformations etc.), which is not good for Netlify and the demo sites. Fixes gohugoio#5460
In the newly consolidated file cache implementation, we forgot that we also look in the theme(s) for assets (SCSS transformations etc.), which is not good for Netlify and the demo sites. Fixes gohugoio#5460
In the newly consolidated file cache implementation, we forgot that we also look in the theme(s) for assets (SCSS transformations etc.), which is not good for Netlify and the demo sites. Fixes #5460
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Following the discussion from gohugoio/hugoThemes#506 (comment) I am opening this issue to report that I am seeing the exact same behavior described over here: #5226 (comment)
Reverting commit 5df2b79 seems to fix the issue.
CC / @digitalcraftsman
The text was updated successfully, but these errors were encountered: