Skip to content

Commit daa5905

Browse files
Dan LaskyShuwen Qian
authored andcommitted
trying to get excludes right
1 parent c3a241a commit daa5905

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Gulpfile.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ gulp.task('vulcanize', function() {
5555
.pipe(vulcanize({
5656
inlineScripts:true,
5757
inlineCss:true,
58-
stripExcludes:false,
59-
// excludes: {
60-
// imports: ['.*\.html','polymer.html']
61-
// }
58+
stripExcludes:true,
59+
excludes: {
60+
imports: ['polymer.html']
61+
}
6262
}).on('error',console.log))
6363
.pipe(gulp.dest(BUILD));
6464
var lib = gulp.src(BUILD + "strand.html")

0 commit comments

Comments
 (0)