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

Handle errors using metalsmith pipeline #12

Merged
merged 1 commit into from
Nov 5, 2014
Merged

Handle errors using metalsmith pipeline #12

merged 1 commit into from
Nov 5, 2014

Conversation

ubenzer
Copy link
Contributor

@ubenzer ubenzer commented Nov 5, 2014

Handle errors as told here:
http://www.robinthrift.com/posts/metalsmith-part-3-refining-our-tools/#a-note-error-handling

Doing that, metalsmith's build(function(err, files) {}) can handle it.

Currently if a scss file fails building, it is impossible to catch it through metalsmith pipeline.

http://www.robinthrift.com/posts/metalsmith-part-3-refining-our-tools/#a-note-error-handling

So metalsmith's build(function(err, files) {}) part can handle it.

Currently if a scss file fails building, it it impossible to catch it through metalsmith pipeline.
@stevenschobert
Copy link
Owner

Hey @ubenzer!

First off, sorry that I had overlooked that when writing the plugin. Hopefully it didn't cause you too many headaches.

Secondly, thank you for the awesome contribution! You have tests and everything, you are my hero 🍰 😁

@stevenschobert stevenschobert merged commit 7e2f3b3 into stevenschobert:master Nov 5, 2014
@stevenschobert stevenschobert mentioned this pull request Dec 12, 2014
@ubenzer ubenzer deleted the error-handling branch February 4, 2015 12:38
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.

2 participants