mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[Dev] develop with stylesheets
Remove 'install' step from gulp develop task, instead run 'stylesheets' to build stylesheets. Result is much faster execution of gulp develop as is expected for a development tool. Fixes https://github.com/nasa/openmct/issues/1268.
This commit is contained in:
parent
8cacff37ab
commit
40fb144d09
@ -155,7 +155,7 @@ gulp.task('serve', function () {
|
||||
var app = require('./app.js');
|
||||
});
|
||||
|
||||
gulp.task('develop', ['serve', 'install', 'watch']);
|
||||
gulp.task('develop', ['serve', 'stylesheets', 'watch']);
|
||||
|
||||
gulp.task('install', [ 'assets', 'scripts' ]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user