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

Generate current working file? #38

Closed
kevinkashou opened this issue Jan 20, 2016 · 4 comments
Closed

Generate current working file? #38

kevinkashou opened this issue Jan 20, 2016 · 4 comments

Comments

@kevinkashou
Copy link

Is there a way to bypass grunt assemble to generate every single page but instead just generate the file that I currently working on?

Thanks

@assemblebot
Copy link

@kkashou Thanks for the issue! If you're reporting a bug, please be sure to include:

  • The version of assemble you are using.
  • Your assemblefile.js (This can be in a gist)
  • The commandline output. (Screenshot or gist is fine)
  • What you expected to happen instead.

@kevinkashou
Copy link
Author

@doowb
Copy link
Member

doowb commented Jan 20, 2016

grunt-assemble isn't setup to handle incremental builds. The main reason is that there are features that rely on having all of the pages in memory during rendering.

You can try grunt-newer to see if that works for your build.

@kevinkashou
Copy link
Author

That worked thank you!

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

No branches or pull requests

3 participants