[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:
Pete Richards 2016-02-22 18:30:07 -08:00
parent 88945c48d4
commit a05d6d8ee8

View File

@ -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' ]);