fix(demos): properly build component examples

Incorrect glob in gulpfile.js
This commit is contained in:
Max Lynch
2015-03-20 23:58:21 -05:00
parent 15b2b8022c
commit 4b339e2fca

View File

@ -139,7 +139,7 @@ gulp.task('angular2', function () {
gulp.task('demo', function () {
gulp.src(["./src/components/*/examples/*/index.html"])
gulp.src(["./src/components/**/examples/**/index.html"])
.pipe(debug({title: 'Generating Demo:'}))
.pipe(wrap({ src: './scripts/examples/template/index.html'}))
.pipe(rename(function(file) {