mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
chore(demos): add docs demo build task
This commit is contained in:
@ -386,6 +386,12 @@ gulp.task('demos', function(){
|
||||
}
|
||||
})
|
||||
|
||||
gulp.task('copy.docs-demo', function () {
|
||||
return gulp
|
||||
.src('dist/demos/component-docs/*')
|
||||
.pipe(gulp.dest('dist/ionic-site/docs/v2/components/demo/'))
|
||||
})
|
||||
|
||||
gulp.task('publish', function(done) {
|
||||
var version = flags.version;
|
||||
var ngVersion = flags.ngVersion;
|
||||
|
Reference in New Issue
Block a user