diff --git a/.publish b/.publish index dae5d4c..005f3ba 160000 --- a/.publish +++ b/.publish @@ -1 +1 @@ -Subproject commit dae5d4ce6ff28d90ba1b82106b928415b1ed1429 +Subproject commit 005f3ba8e9d7b8d964cd397705f7aabb9c03cf35 diff --git a/es5/index.html b/es5/index.html index c4d004d..4813a90 100644 --- a/es5/index.html +++ b/es5/index.html @@ -11,15 +11,14 @@ - + -

iron-component-page

- + diff --git a/es6/index.html b/es6/index.html index 319f776..9140780 100755 --- a/es6/index.html +++ b/es6/index.html @@ -14,15 +14,14 @@ - + -

iron-component-page

- + diff --git a/gulpfile.js b/gulpfile.js index d31129c..dc964c5 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -39,8 +39,7 @@ gulp.task('vulcanize', function () { return gulp.src('./tmp/vega-element/index.html') .pipe(vulcanize({ inlineScripts: true, - inlineCss: true//, - //excludes: ['./tmp/vega-element/vega-element.html'] + inlineCss: true })) .pipe(gulp.dest('./gh_pages/')); }); @@ -94,5 +93,5 @@ gulp.task('clean_gh_pages', function() { }); gulp.task('default', function(cb) { - runSequence(['clean','clean_gh_pages','demo','es5'],['build','html', 'bower'],['vulcanize'],['clean'],cb); + runSequence(['clean','clean_gh_pages','demo','es5'],['build','html', 'bower'],['vulcanize','vulcanize2'],['clean'],cb); }); diff --git a/index.html b/index.html index c4d004d..4813a90 100644 --- a/index.html +++ b/index.html @@ -11,15 +11,14 @@ - + -

iron-component-page

- +