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

Does Fornax support incremental builds? #61

Open
panesofglass opened this issue Apr 26, 2020 · 1 comment
Open

Does Fornax support incremental builds? #61

panesofglass opened this issue Apr 26, 2020 · 1 comment
Labels
question Further information is requested

Comments

@panesofglass
Copy link

Is your feature request related to a problem? Please describe.
I would like to host Fornax in an Azure Function and have it re-generate new content when requested, but I would want this to be fast and only generate the new content.

Describe the solution you'd like
Support incremental content generation.

Describe alternatives you've considered
Accept what exists or use Gatsby, which does support incremental builds.

Additional context
I assumed this might already exist for watch but didn’t see it listed.

@Krzysztof-Cieslak
Copy link
Member

No, Fornax doesn't support incremental builds - it always regenerates whole content. TBF, I wouldn't recommend hosting long-running Fornax process this way - it's not designed nor tested to work like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants