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

Adding generated resources from resource cache #1445

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

deining
Copy link
Collaborator

@deining deining commented Feb 27, 2023

This PR addresses #1444

Without this PR: preview of user guide with regular hugoversion fails:

$ cd userguide && hugo-regular server --themesDir ../..
WARN 2023/02/27 12:33:54 Module "docsy" is not compatible with this Hugo version; run "hugo mod graph" for more information.
Start building sites …
hugo v0.110.0-e32a493b7826d02763c3b79623952e625402b168 windows/amd64 BuildDate=2023-01-17T12:16:09Z VendorInfo=gohugoio
Error: Error building site: TOCSS: failed to transform "scss/main.scss" (text/x-scss). Check your Hugo installation; you need the extended version to build SCSS/SASS with transpiler set to 'libsass'.: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information
Built in 1150 ms

With this PR in place: preview of user guide with regular hugoversion succeeds:

$ cd userguide && hugo-regular server --themesDir ../..
WARN 2023/02/27 12:34:29 Module "docsy" is not compatible with this Hugo version; run "hugo mod graph" for more information.
Start building sites …
hugo v0.110.0-e32a493b7826d02763c3b79623952e625402b168 windows/amd64 BuildDate=2023-01-17T12:16:09Z VendorInfo=gohugoio

                   | EN
-------------------+-----
  Pages            | 80
  Paginator pages  |  0
  Non-page files   |  8
  Static files     | 38
  Processed images |  5
  Aliases          |  3
  Sitemaps         |  1
  Cleaned          |  0

Built in 618 ms
Watching for changes in C:\path\to\docsy\{assets,i18n,layouts,node_modules,package.json,postcss.config.js,static,userguide}
Watching for config changes in C:\path\to\docsy\userguide\hugo.yaml, C:\Users\adeininger\test-extended-regular\docsy\hugo.yaml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at //localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop

@chalin chalin added this to the 23Q3 milestone Jun 1, 2023
@chalin chalin modified the milestones: 23Q3, 23Q4 Jul 27, 2023
@chalin chalin modified the milestones: 23Q4, 24Q1 Nov 3, 2023
@chalin chalin modified the milestones: 24Q1, 24Q2 Jan 11, 2024
@chalin chalin modified the milestones: 24Q2, 24Q3 Apr 2, 2024
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