Commit 9d9afd55 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@64607 954022d7-b5bf-4e40-9824-e11837661b57
parent 7338f3d5
......@@ -188,6 +188,7 @@ module.exports = function(grunt) {
});
grunt.registerTask('compile_sdk_init', function(compilation_level) {
grunt.file.mkdir( packageFile['compile']['sdk']['log'] );
var map_file_path = packageFile['compile']['sdk']['dst'] + '.map';
var map_record_file_path = map_file_path + '.tmp';
var concat_res = {};
......
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