chore(docs): gulp docs shouldn't update ionic bundle

This commit is contained in:
Drew Rygh
2015-11-23 18:19:45 -06:00
parent 102909d7af
commit fe34a4224e
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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',