Update Gruntfile.js (#347)

This commit is contained in:
maxkadushkin 2020-02-19 15:17:18 +03:00 committed by GitHub
parent 3f27cbf5b6
commit 512d8a5de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,6 +198,9 @@ module.exports = function(grunt) {
},{
from: /\{\{COMPANY_NAME\}\}/g,
to: process.env['COMPANY_NAME'] || 'ONLYOFFICE'
},{
from: /\/\*\*[\s\S]+\.com\s+\*\//,
to: copyright
}]
}
}