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));
|
.pipe(gulp.dest(paths.dist));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
gulp.task('api-watch', function () {
|
||||||
|
return gulp.watch('src/**/*.js', ['api']);
|
||||||
|
});
|
||||||
|
|
||||||
gulp.task('serve', function () {
|
gulp.task('serve', function () {
|
||||||
console.log('Running development server with all defaults');
|
console.log('Running development server with all defaults');
|
||||||
var app = require('./app.js');
|
var app = require('./app.js');
|
||||||
|
@ -19,7 +19,8 @@ define([
|
|||||||
) {
|
) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Open MCT application.
|
* The Open MCT application. This may be configured by installing plugins
|
||||||
|
* or registering extensions before the application is started. Foo?
|
||||||
* @class MCT
|
* @class MCT
|
||||||
*/
|
*/
|
||||||
function MCT() {
|
function MCT() {
|
||||||
|
Reference in New Issue
Block a user