Jayr Motta
Results
3
comments of
Jayr Motta
I'm seeing the same effect in here.. any ideas on how to fix it?
@ajwhite that's fine! Here is my workaround until we fix it: ``` javascript gulp.task('config', function() { var env = argv.env ? argv.env : 'development'; gulp.src('conf/' + env + '.json') .pipe(gulpNgConfig('cockpitUi.config',...