add open left btn for aside example

This commit is contained in:
Andrew
2015-03-23 09:30:30 -06:00
parent 91ac22c1c7
commit a484dca8e9
3 changed files with 9 additions and 2 deletions

View File

@ -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'