diff --git a/gulpfile.js b/gulpfile.js index 64f32ea8f9..11033303f3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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) {