Skip to content

Commit 7d000de

Browse files
committed
chore(gulp): update default demo task to match documentation. Fixes #2257, #1884, #2238
1 parent cedee57 commit 7d000de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/gulp-tasks/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = function(gulp, argv) {
4949
config.set('dist', buildConfig.dist);
5050
config.set(
5151
'rendering.outputFolder',
52-
argv.dist ? argv.dist : path.resolve(projectRoot, buildConfig.dist, 'ionic-demo')
52+
argv.dist ? argv.dist : path.resolve(projectRoot, buildConfig.dist, 'nightly')
5353
);
5454
config.set('demoFolderPrefix', argv.release ? '' : '/dist/ionic-demo');
5555

0 commit comments

Comments
 (0)