refactor(demos): give each component section its own view

This commit is contained in:
Drew Rygh
2015-10-08 10:01:13 -05:00
parent c3eed60d22
commit dcebbeaf56
40 changed files with 985 additions and 276 deletions

View File

@ -416,8 +416,8 @@ gulp.task('demos', function(){
gulp.task('demos:all', ['demos'], function() {
return gulp
.src('dist/demos/component-docs/*')
.pipe(gulp.dest('dist/ionic-site/docs/v2/components/demo/'))
.src('dist/demos/component-docs/**/*')
.pipe(gulp.dest('dist/ionic-site/docs/v2/components/demo/'))
});
gulp.task('publish', function(done) {