Skip to content

Conversation

@knownasilya
Copy link
Member

@knownasilya knownasilya commented Aug 2, 2016

Prevent metalsmith from crashing docpress by ignoring node_modules. Might be a good idea
to add an option to pass through ignore options, just in case people have big projects or something similar.

Resolves docpress/docpress#113

@rstacruz rstacruz merged commit eab47c4 into master Aug 2, 2016
.destination(meta.dist)
.metadata(meta)
.ignore('node_modules')
.ignore(`!**/{${meta.docs}{,/**/*},*.md}`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think my line of thinking was that this was enough to get node_modules ignored. I guess it wasn't!

@knownasilya knownasilya deleted the ignore-nm branch August 16, 2016 12:54
kjantzer added a commit to kjantzer/docpress-core that referenced this pull request Nov 6, 2018
kjantzer added a commit to kjantzer/docpress-core that referenced this pull request Nov 6, 2018
knownasilya pushed a commit that referenced this pull request Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants