We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a241a commit daa5905Copy full SHA for daa5905
1 file changed
Gulpfile.js
@@ -55,10 +55,10 @@ gulp.task('vulcanize', function() {
55
.pipe(vulcanize({
56
inlineScripts:true,
57
inlineCss:true,
58
- stripExcludes:false,
59
- // excludes: {
60
- // imports: ['.*\.html','polymer.html']
61
- // }
+ stripExcludes:true,
+ excludes: {
+ imports: ['polymer.html']
+ }
62
}).on('error',console.log))
63
.pipe(gulp.dest(BUILD));
64
var lib = gulp.src(BUILD + "strand.html")
0 commit comments