Commit 839e8bd1 authored by agolybev's avatar agolybev

Deleted unused build scripts.

parent ddabf248
@echo off
cd /D %~dp0
@echo on
call grunt.cmd --no-color
\ No newline at end of file
@echo off
cd /D %~dp0
SET GRUNT_OLD=grunt@0.3.17
SET GRUNT_CLI=grunt-cli
echo Check is there old grunt installed.
call npm list -g %GRUNT_OLD% && call npm uninstall -g grunt
echo Installation grunt-cli
call npm list -g %GRUNT_CLI% || call npm install -g %GRUNT_CLI%
call npm install
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