Commit 5bf606ba authored by Alexander.Trofimov's avatar Alexander.Trofimov

update "google-closure-compiler", "grunt", "grunt-contrib-clean",...

update "google-closure-compiler", "grunt", "grunt-contrib-clean", "grunt-contrib-concat", "grunt-replace"
parent a0adea50
...@@ -229,10 +229,14 @@ module.exports = function(grunt) { ...@@ -229,10 +229,14 @@ module.exports = function(grunt) {
replace: { replace: {
version: { version: {
options: { options: {
variables: { patterns: [
Version: process.env['PRODUCT_VERSION'], {
Build: process.env['BUILD_NUMBER'] json: {
} Version: process.env['PRODUCT_VERSION'] || '0.0.0',
Build: process.env['BUILD_NUMBER'] || '0'
}
}
]
}, },
files: [ files: [
{ src: [sdkAllMinDst, sdkAllDst], dest: sdkDstFolder + '/' } { src: [sdkAllMinDst, sdkAllDst], dest: sdkDstFolder + '/' }
......
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
"homepage": "http://www.onlyoffice.com", "homepage": "http://www.onlyoffice.com",
"private": true, "private": true,
"dependencies": { "dependencies": {
"google-closure-compiler": "20160315.2.0", "google-closure-compiler": "20170218.0.0",
"grunt": "0.4.5", "grunt": "1.0.1",
"grunt-contrib-clean": "0.5.0", "grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "0.3.0", "grunt-contrib-concat": "1.0.1",
"grunt-replace": "0.7.3", "grunt-replace": "1.0.1",
"grunt-split-file": "1.0.1" "grunt-split-file": "1.0.1"
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment