Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

chore: don't shred _boilerplate files nor dart build files #2747

Conversation

chalin
Copy link
Contributor

@chalin chalin commented Nov 4, 2016

No description provided.

@chalin
Copy link
Contributor Author

chalin commented Nov 4, 2016

@filipesilva - finally, I think this will fix my problems with the shredder processing Dart build files! W/o this change, some folders would have 1000 files processed in parallel.

@@ -808,7 +808,7 @@ gulp.task('_harp-compile', function() {

gulp.task('_shred-devguide-examples', ['_shred-clean-devguide', '_copy-example-boilerplate'], function() {
// Split big shredding task into partials 2016-06-14
var examplePaths = globby.sync(EXAMPLES_PATH+'/*/', {ignore: ['/node_modules']});
var examplePaths = globby.sync(EXAMPLES_PATH+'/*/', {ignore: ['**/_boilerplate']});
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is /node_modules not ignores anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because it isn't needed: there is no node_modules as a direct subfolder of _examples.

Copy link
Contributor

Choose a reason for hiding this comment

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

We discussed offline and turns out the folder still exists.

@chalin chalin force-pushed the chalin-dont-shred-build-or-tmp-files-1103 branch from a06360e to 1eb6b4f Compare November 4, 2016 14:59
@filipesilva filipesilva merged commit a3466b9 into angular:master Nov 4, 2016
@chalin chalin deleted the chalin-dont-shred-build-or-tmp-files-1103 branch November 4, 2016 15:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants