mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
chore(demos): simplify demo build steps
This commit is contained in:
@ -18,7 +18,7 @@ module.exports = function(gulp, flags) {
|
||||
}
|
||||
});
|
||||
|
||||
gulp.task('docs.demos', ['demos', 'sass', 'fonts', 'copy.web-animations'], function(){
|
||||
gulp.task('docs.demos', ['demos', 'src', 'temp.hack'], function(){
|
||||
return gulp.src([
|
||||
'dist/**',
|
||||
'!dist/e2e',
|
||||
|
Reference in New Issue
Block a user