Skip to content

Commit

Permalink
search index /docs/api/
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Mar 26, 2014
1 parent c7baba5 commit 48c3150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gulp.task('docs-index', function() {
var ref = {};

return gulp.src([
'tmp/ionic-site/docs/{components,guide,overview,angularjs}/**/*.{md,html}',
'tmp/ionic-site/docs/{components,guide,overview,api}/**/*.{md,html}',
'tmp/ionic-site/tutorials/**/*.{md,html}'
])
.pipe(es.map(function(file, callback) {
Expand Down

0 comments on commit 48c3150

Please sign in to comment.