Commit 1aae46d3 authored by Alexander.Trofimov's avatar Alexander.Trofimov

rename build mobile

delete unused files
add level to desktop build
parent df2b56aa
...@@ -2,5 +2,5 @@ CD /D %~dp0 ...@@ -2,5 +2,5 @@ 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 --private=true --desktop=true --formatting=PRETTY_PRINT
rem call grunt --level=WHITESPACE_ONLY --nomap=true --private=true --desktop=true rem call grunt --level=ADVANCED --nomap=true --private=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 --formatting=PRETTY_PRINT --mobile=true call grunt --level=WHITESPACE_ONLY --nomap=true --private=true --mobile=true --formatting=PRETTY_PRINT
pause pause
\ No newline at end of file
@echo off
cd /D %~dp0
@echo on
call grunt --no-color
\ No newline at end of file
@echo off
cd /D %~dp0
echo Installation
call npm install -g grunt-cli
call npm install
@echo off
cd /D %~dp0
@echo on
call grunt
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