mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
[Build] Rebuild scss when starting server
Rebuild scss when starting the development server. https://github.com/nasa/openmctweb/issues/698
This commit is contained in:
parent
88945c48d4
commit
a05d6d8ee8
@ -129,7 +129,7 @@ gulp.task('serve', function () {
|
||||
var app = require('./app.js');
|
||||
});
|
||||
|
||||
gulp.task('develop', ['serve', 'watch']);
|
||||
gulp.task('develop', ['serve', 'stylesheets', 'watch']);
|
||||
|
||||
gulp.task('install', [ 'static', 'scripts' ]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user