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