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

Support incremental mode #2

Open
paolobrasolin opened this issue Jan 28, 2022 · 0 comments
Open

Support incremental mode #2

paolobrasolin opened this issue Jan 28, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@paolobrasolin
Copy link
Owner

We need to do a complete check-up and add rependencies where needed to let --incremental work as expected.

Here's a reminder on how it's done:

    if page&.key?('path')
      path = site.in_source_dir(source['path'])
      dependency = site.in_source_dir(targets.path)
      site.regenerator.add_dependency(path, dependency)
    end
@paolobrasolin paolobrasolin added the enhancement New feature or request label Jan 28, 2022
@paolobrasolin paolobrasolin self-assigned this Jan 28, 2022
@paolobrasolin paolobrasolin changed the title Fully support incremental mode Support incremental mode Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant