mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
add open left btn for aside example
This commit is contained in:
@ -136,7 +136,7 @@ gulp.task('angular2', function () {
|
||||
.pipe(gulp.dest('dist/lib'));
|
||||
});
|
||||
|
||||
gulp.task('examples', function() {
|
||||
gulp.task('examples', ['sass'], function() {
|
||||
return gulp.src('src/components/**/examples/**/*')
|
||||
.pipe(gulpif(/index.html/, wrap({
|
||||
src: 'scripts/examples/index.template.html'
|
||||
|
Reference in New Issue
Block a user