Update Gruntfile.js (#333)
This commit is contained in:
parent
b2c234585e
commit
c0734656fe
|
@ -179,6 +179,9 @@ module.exports = function(grunt) {
|
||||||
replacements: [{
|
replacements: [{
|
||||||
from: /\{\{PRODUCT_VERSION\}\}/,
|
from: /\{\{PRODUCT_VERSION\}\}/,
|
||||||
to: packageFile.version
|
to: packageFile.version
|
||||||
|
},{
|
||||||
|
from: /\{\{COMPANY_NAME\}\}/g,
|
||||||
|
to: process.env['COMPANY_NAME'] || 'ONLYOFFICE'
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue