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

Исправление билда под новую схему.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55361 954022d7-b5bf-4e40-9824-e11837661b57
parent 5471dab6
......@@ -199,9 +199,9 @@ module.exports = function(grunt) {
define: packageFile['compile']['sdk']['define'],
warning_level: 'QUIET',
variable_map_output_file: packageFile['compile']['sdk']['log'] + '/variable.map',
property_map_output_file: packageFile['compile']['sdk']['log'] + '/property.map',
property_map_output_file: packageFile['compile']['sdk']['log'] + '/property.map'/*,
create_source_map: map_file_path,
source_map_format: "V3"
source_map_format: "V3"*/
},
src: packageFile['compile']['sdk']['src'],
dest: packageFile['compile']['sdk']['dst']
......
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