mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 01:42:41 +08:00
[deploy] changed path to app extra config
This commit is contained in:
@ -103,9 +103,9 @@ module.exports = function(grunt) {
|
||||
|
||||
function doRegisterInitializeAppTask(name, appName, configFile) {
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user