Merge pull request #1297 from nasa/fast-gulp-develop-1268

[Dev] develop with stylesheets
This commit is contained in:
Victor Woeltjen 2016-10-27 11:52:48 -07:00 committed by GitHub
commit 365af918f3

View File

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