mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(docs): gulp docs shouldn't update ionic bundle
This commit is contained in:
@ -22,7 +22,6 @@ function run {
|
|||||||
VERSION=$(readJsonProp "package.json" "version")
|
VERSION=$(readJsonProp "package.json" "version")
|
||||||
|
|
||||||
gulp docs --doc-version="$VERSION_NAME"
|
gulp docs --doc-version="$VERSION_NAME"
|
||||||
gulp src
|
|
||||||
cd $SITE_DIR
|
cd $SITE_DIR
|
||||||
|
|
||||||
CHANGES=$(git status --porcelain)
|
CHANGES=$(git status --porcelain)
|
||||||
|
@ -18,7 +18,7 @@ module.exports = function(gulp, flags) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('docs.demos', ['demos', 'bundle', 'sass', 'fonts'], function(){
|
gulp.task('docs.demos', ['demos', 'sass', 'fonts'], function(){
|
||||||
return gulp.src([
|
return gulp.src([
|
||||||
'dist/**',
|
'dist/**',
|
||||||
'!dist/e2e',
|
'!dist/e2e',
|
||||||
|
Reference in New Issue
Block a user