FBI-2182
Web Entry 2.0 User field Improvements request
This commit is contained in:
committed by
davidcallizaya
parent
79b907f4a2
commit
49bd973e21
@@ -480,7 +480,9 @@ gulp.task('__env', function (cb) {
|
||||
content = 'var __env = __env || {};';
|
||||
|
||||
gutil.log(gutil.colors.green('Creating System Constants...'));
|
||||
|
||||
if (!fs.existsSync(pathEnviroment)){
|
||||
fs.mkdirSync(pathEnviroment);
|
||||
}
|
||||
fs.writeFile(
|
||||
pathEnviroment + 'constants.js',
|
||||
content + '__env.USER_GUEST = ' + JSON.stringify(data.constants.userguest) + ';',
|
||||
|
||||
Reference in New Issue
Block a user