fix build
Change-Id: I1e08f4f736ffd1fd81a5c015ce8cbd2e35bffc4e Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>6.19.x
parent
42e1e28e27
commit
35fb545a81
|
|
@ -1,3 +1,4 @@
|
|||
src/app/colors/che-output-colors.constant.js
|
||||
src/app/colors/codenvy-color.constant.js
|
||||
src/app/colors/template/
|
||||
src/app/proxy/proxy-settings.constant.js
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ var $ = require('gulp-load-plugins')();
|
|||
var wiredep = require('wiredep').stream;
|
||||
var _ = require('lodash');
|
||||
|
||||
gulp.task('inject', ['proxySettings', 'scripts', 'styles'], function () {
|
||||
gulp.task('inject', ['outputcolors', 'proxySettings', 'scripts', 'styles'], function () {
|
||||
var injectStyles = gulp.src([
|
||||
path.join(conf.paths.tmp, '/serve/app/**/*.css'),
|
||||
path.join('!' + conf.paths.tmp, '/serve/app/vendor.css')
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ gulp.task('scripts:watch', ['scripts'], function (callback) {
|
|||
return webpackWrapper(true, false, callback);
|
||||
});
|
||||
|
||||
gulp.task('scripts:test', ['colors', 'proxySettings'], function () {
|
||||
gulp.task('scripts:test', ['colors', 'outputcolors', 'proxySettings'], function () {
|
||||
return webpackWrapper(false, true);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue