mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
[API] Add watch for API docs
This commit is contained in:
@ -156,6 +156,10 @@ gulp.task('api', function () {
|
||||
.pipe(gulp.dest(paths.dist));
|
||||
});
|
||||
|
||||
gulp.task('api-watch', function () {
|
||||
return gulp.watch('src/**/*.js', ['api']);
|
||||
});
|
||||
|
||||
gulp.task('serve', function () {
|
||||
console.log('Running development server with all defaults');
|
||||
var app = require('./app.js');
|
||||
|
Reference in New Issue
Block a user