Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
6f3fff0a
Commit
6f3fff0a
authored
Apr 22, 2016
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete tmp file
parent
e9e8446d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build/Gruntfile.js
build/Gruntfile.js
+2
-2
No files found.
build/Gruntfile.js
View file @
6f3fff0a
...
...
@@ -72,7 +72,7 @@ module.exports = function(grunt) {
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
tmp_sdk_path
=
packageFile
[
'
compile
'
][
'
sdk
'
][
'
dst
'
]
+
'
.tmp
'
;
var
tmp_sdk_path
=
'
sdk-js
.tmp
'
;
var
concat_src
=
[
packageFile
[
'
compile
'
][
'
sdk
'
][
'
dst
'
],
packageFile
[
'
compile
'
][
'
defines
'
][
'
dst
'
],
...
...
@@ -171,5 +171,5 @@ module.exports = function(grunt) {
grunt
.
registerTask
(
'
compile_sdk
'
,
[
'
compile_sdk_init:
'
+
level
,
'
closure-compiler
'
,
'
concat
'
,
'
replace
'
,
'
clean
'
]);
grunt
.
registerTask
(
'
compile_sdk_native
'
,
[
'
compile_sdk_init:
'
+
level
,
'
closure-compiler:sdk
'
,
'
concat
'
,
'
replace
'
,
'
clean
'
]);
grunt
.
registerTask
(
'
default
'
,
[
'
build_
all
'
]);
grunt
.
registerTask
(
'
default
'
,
[
'
build_
webpowerpoint
'
]);
};
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment