Skip to content

Commit fe34a42

Browse files
committed
chore(docs): gulp docs shouldn't update ionic bundle
1 parent 102909d commit fe34a42

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/docs/deploy.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function run {
2222
VERSION=$(readJsonProp "package.json" "version")
2323

2424
gulp docs --doc-version="$VERSION_NAME"
25-
gulp src
2625
cd $SITE_DIR
2726

2827
CHANGES=$(git status --porcelain)

scripts/docs/gulp-tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = function(gulp, flags) {
1818
}
1919
});
2020

21-
gulp.task('docs.demos', ['demos', 'bundle', 'sass', 'fonts'], function(){
21+
gulp.task('docs.demos', ['demos', 'sass', 'fonts'], function(){
2222
return gulp.src([
2323
'dist/**',
2424
'!dist/e2e',

0 commit comments

Comments
 (0)