Commit 4d4831c8 authored by Alexander.Trofimov's avatar Alexander.Trofimov

private -> noprivate

parent 81727f2e
...@@ -183,7 +183,7 @@ module.exports = function(grunt) { ...@@ -183,7 +183,7 @@ module.exports = function(grunt) {
} }
} }
if (grunt.option('private')) { if (!grunt.option('noprivate')) {
srcFiles = srcFiles.concat(packageFile['compile']['sdk']['private']); srcFiles = srcFiles.concat(packageFile['compile']['sdk']['private']);
} }
if (grunt.option('desktop')) { if (grunt.option('desktop')) {
......
CD /D %~dp0 CD /D %~dp0
call npm install -g grunt-cli call npm install -g grunt-cli
call npm install call npm install
call grunt --level=WHITESPACE_ONLY --nomap=true --private=true --desktop=true --formatting=PRETTY_PRINT call grunt --level=WHITESPACE_ONLY --nomap=true --desktop=true --formatting=PRETTY_PRINT
rem call grunt --level=ADVANCED --nomap=true --private=true --desktop=true rem call grunt --level=ADVANCED --nomap=true --desktop=true
pause pause
\ No newline at end of file
CD /D %~dp0 CD /D %~dp0
call npm install -g grunt-cli call npm install -g grunt-cli
call npm install call npm install
call grunt --level=WHITESPACE_ONLY --nomap=true --private=true --mobile=true --formatting=PRETTY_PRINT call grunt --level=WHITESPACE_ONLY --nomap=true --mobile=true --formatting=PRETTY_PRINT
pause pause
\ 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