mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(demos): properly build component examples
Incorrect glob in gulpfile.js
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user