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

[Docs] Snippet adapter could build one snippet's source once #530

Closed
Reinmar opened this issue Aug 25, 2017 · 1 comment
Closed

[Docs] Snippet adapter could build one snippet's source once #530

Reinmar opened this issue Aug 25, 2017 · 1 comment
Assignees
Labels
type:bug This issue reports a buggy (incorrect) behavior.
Milestone

Comments

@Reinmar
Copy link
Member

Reinmar commented Aug 25, 2017

Some snippets (like docs/_snippets/build-classic-source) are reused in many guides.

Right now, the source of this snippet is build for every guide it's used in. This means a lot of wasted time. This, by side effect, also means many Webpack processes writing to the same file at the same time.

The right way to build them will be to reuse already built (or already being built) snippets.

@Reinmar Reinmar added status:confirmed type:bug This issue reports a buggy (incorrect) behavior. labels Aug 25, 2017
@Reinmar Reinmar added this to the iteration 11 milestone Aug 25, 2017
@Reinmar Reinmar self-assigned this Aug 25, 2017
@Reinmar
Copy link
Member Author

Reinmar commented Aug 25, 2017

Closed with c13e080.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

1 participant