Commit d2ae655c authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Увеличен размер памяти для работы java

Сделана таска для сборки сдк без дефайнов.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58222 954022d7-b5bf-4e40-9824-e11837661b57
parent c7f05eff
...@@ -14,7 +14,7 @@ module.exports = function(grunt) { ...@@ -14,7 +14,7 @@ module.exports = function(grunt) {
patterns: [ patterns: [
{ {
match: '\'java \'', match: '\'java \'',
replacement: '\'java -Xms512m \'' replacement: '\'java -Xms1024m \''
} }
], ],
usePrefix: false usePrefix: false
...@@ -272,6 +272,9 @@ module.exports = function(grunt) { ...@@ -272,6 +272,9 @@ module.exports = function(grunt) {
grunt.registerTask('compile_sdk', ['compile_sdk_init:ADVANCED', 'closureCompiler', 'concat', 'replace', 'clean']); grunt.registerTask('compile_sdk', ['compile_sdk_init:ADVANCED', 'closureCompiler', 'concat', 'replace', 'clean']);
grunt.registerTask('compile_sdk_fast', ['compile_sdk_init:WHITESPACE_ONLY', 'closureCompiler', 'concat', 'replace', 'clean']); grunt.registerTask('compile_sdk_fast', ['compile_sdk_init:WHITESPACE_ONLY', 'closureCompiler', 'concat', 'replace', 'clean']);
grunt.registerTask('compile_sdk_native', ['compile_sdk_init:ADVANCED', 'closureCompiler:sdk', 'concat', 'replace', 'clean']);
grunt.registerTask('compile_sdk_native_fast', ['compile_sdk_init:WHITESPACE_ONLY', 'closureCompiler:sdk', 'concat', 'replace', 'clean']);
grunt.registerTask('deploy_sdk_init', function() { grunt.registerTask('deploy_sdk_init', function() {
grunt.initConfig({ grunt.initConfig({
......
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
"tasks": { "tasks": {
"build": [ "build": [
"increment_build", "increment_build",
"compile_sdk" "compile_sdk_native"
] ]
} }
} }
\ No newline at end of file
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