We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ae3a9f + 9f1ae2b commit 5df37faCopy full SHA for 5df37fa
gulpfile.js
@@ -16,8 +16,8 @@ gulp.task('clean-dist', function () {
16
gulp.task('watch', ['create-dist'], function() {
17
gulp.watch('content/**/*.md', ['create-dist']);
18
gulp.watch('content/img/**/*', ['create-dist']);
19
- gulp.watch('content/*.yaml', ['create-dist']);
20
- gulp.watch('styles/*.less', ['create-dist']);
+ gulp.watch('content/swagger/**/*.yaml', ['create-dist']);
+ gulp.watch('styles/**/*.less', ['create-dist']);
21
gulp.watch('src/**/*.handlebars', ['create-dist']);
22
});
23
0 commit comments