@@ -138,7 +138,7 @@ function createShredExamplePackage(shredOptions) {
138
138
readFilesProcessor . sourceFiles = [ {
139
139
// Process all candidate files in `src` and its subfolders ...
140
140
include : includeFiles ,
141
- exclude : [ '**/node_modules/**' , '**/dist/**' , '**/typings/**' , '**/packages/**' , '**/build/**' ] ,
141
+ exclude : [ '**/node_modules/**' , '**/dist/**' , '**/typings/**' , '**/packages/**' , '**/dart/ build/**' ] ,
142
142
// When calculating the relative path to these files use this as the base path.
143
143
// So `src/foo/bar.js` will have relative path of `foo/bar.js`
144
144
basePath : options . examplesDir
@@ -190,7 +190,7 @@ function createShredJadePackage(shredOptions) {
190
190
readFilesProcessor . sourceFiles = [ {
191
191
// Process all candidate files in `src` and its subfolders ...
192
192
include : includeFiles ,
193
- exclude : [ '**/node_modules/**' , '**/typings/**' , '**/packages/**' , '**/build/**' , '**/_code-examples.jade' ] ,
193
+ exclude : [ '**/node_modules/**' , '**/typings/**' , '**/packages/**' , '**/dart/ build/**' , '**/_code-examples.jade' ] ,
194
194
// When calculating the relative path to these files use this as the base path.
195
195
// So `src/foo/bar.js` will have relative path of `foo/bar.js`
196
196
basePath : options . jadeDir
@@ -244,7 +244,7 @@ var createShredMapPackage = function(mapOptions) {
244
244
readFilesProcessor . sourceFiles = [ {
245
245
// Process all candidate files in `src` and its subfolders ...
246
246
include : includeFiles ,
247
- exclude : [ '**/node_modules/**' , '**/typings/**' , '**/packages/**' , '**/build/**' ] ,
247
+ exclude : [ '**/node_modules/**' , '**/typings/**' , '**/packages/**' , '**/dart/ build/**' ] ,
248
248
// When calculating the relative path to these files use this as the base path.
249
249
// So `src/foo/bar.js` will have relative path of `foo/bar.js`
250
250
basePath : options . jadeDir
0 commit comments