[deploy] changed path to app extra config
This commit is contained in:
parent
fa5c7bbb30
commit
96f9113bf9
|
@ -103,9 +103,9 @@ module.exports = function(grunt) {
|
||||||
|
|
||||||
function doRegisterInitializeAppTask(name, appName, configFile) {
|
function doRegisterInitializeAppTask(name, appName, configFile) {
|
||||||
if (!!process.env['BRANDING_PATH'] &&
|
if (!!process.env['BRANDING_PATH'] &&
|
||||||
grunt.file.exists(process.env['BRANDING_PATH'] + '/' + configFile))
|
grunt.file.exists(process.env['BRANDING_PATH'] + '/web-apps-pro/build/' + configFile))
|
||||||
{
|
{
|
||||||
var _extConfig = require(process.env['BRANDING_PATH'] + '/' + configFile);
|
var _extConfig = require(process.env['BRANDING_PATH'] + '/web-apps-pro/build/' + configFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
function _merge(target, ...sources) {
|
function _merge(target, ...sources) {
|
||||||
|
|
Loading…
Reference in a new issue