mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
chore(demos): ionic-site is now a sibling directory
This commit is contained in:
@ -181,7 +181,7 @@ gulp.task('serve', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('clean', function(done) {
|
gulp.task('clean', function(done) {
|
||||||
del(['dist/**', '!dist', '!dist/ionic-site', '!dist/ionic-site/**/*'], done);
|
del(['dist/**', '!dist'], done);
|
||||||
});
|
});
|
||||||
|
|
||||||
function transpile(moduleType) {
|
function transpile(moduleType) {
|
||||||
@ -485,7 +485,7 @@ gulp.task('sass.demos:components', function() {
|
|||||||
)
|
)
|
||||||
.pipe(concat('app.css'))
|
.pipe(concat('app.css'))
|
||||||
.pipe(autoprefixer(buildConfig.autoprefixer))
|
.pipe(autoprefixer(buildConfig.autoprefixer))
|
||||||
.pipe(gulp.dest('dist/demos/component-docs/'));
|
.pipe(gulp.dest('../ionic-site/docs/v2/demos/component-docs/'));
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('bundle.demos:api', ['build.demos'], function(done) {
|
gulp.task('bundle.demos:api', ['build.demos'], function(done) {
|
||||||
|
Reference in New Issue
Block a user