mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(build): changes to build site
changes to build site
This commit is contained in:
@ -31,7 +31,7 @@ task('docs', () => {
|
||||
|
||||
task('docs.copyDemos', [], (done: Function) => {
|
||||
const config = require('../../config.json');
|
||||
const outputDir = join(config.docsDest, 'dist', 'demos');
|
||||
const outputDir = join(config.docsDest, 'demos');
|
||||
let promises = [];
|
||||
promises.push(copyDemoCss(join(outputDir, 'css')));
|
||||
promises.push(copyDemoFonts(join(outputDir, 'fonts')));
|
||||
|
||||
Reference in New Issue
Block a user