Deleted unused build scripts.

This commit is contained in:
agolybev 2015-06-23 12:45:53 +03:00
parent ddabf248ae
commit 839e8bd182
2 changed files with 0 additions and 18 deletions

View file

@ -1,5 +0,0 @@
@echo off
cd /D %~dp0
@echo on
call grunt.cmd --no-color

View file

@ -1,13 +0,0 @@
@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