mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(build): docs.copyDemos name change
docs.copyDemos name change
This commit is contained in:
@ -30,7 +30,7 @@ task('docs.dgeni', () => {
|
||||
}
|
||||
});
|
||||
|
||||
task('docs.copyDemos', ['demos.build'], (done: Function) => {
|
||||
task('docs.demos', ['demos.build'], (done: Function) => {
|
||||
const config = require('../../config.json');
|
||||
const outputDir = join(config.docsDest, 'demos');
|
||||
let promises = [];
|
||||
|
Reference in New Issue
Block a user