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

Изменения связанные с переходом на версию грунта 0.4.х

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55462 954022d7-b5bf-4e40-9824-e11837661b57
parent 94adeea0
......@@ -221,7 +221,7 @@ module.exports = function(grunt) {
packageFile['compile']['defines']['dst'],
map_record_file_path
],
pkg: '<json:' + defaultConfig + '>',
pkg: grunt.file.readJSON(defaultConfig),
replace: {
version: {
options: {
......@@ -242,7 +242,7 @@ module.exports = function(grunt) {
grunt.registerTask('deploy_sdk_init', function() {
grunt.initConfig({
pkg: '<json:' + toolsConfig + '>',
pkg: grunt.file.readJSON(toolsConfig),
copy: packageFile['deploy']['copy']
});
});
......
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