Skip to content

Commit

Permalink
chore: add apidoc watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Sep 30, 2016
1 parent 7649941 commit 97840ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gulp/gulp-apidoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ gulp.task('apidoc', ['apidoc:clean'], (done) => {
done();
}
});

gulp.task('apidoc:watch', ['apidoc'], () => {
return gulp.watch(APIDOC_SRC_PATH + '/**/*.js', ['apidoc']);
});

0 comments on commit 97840ed

Please sign in to comment.