Deleted unused build scripts.
This commit is contained in:
parent
ddabf248ae
commit
839e8bd182
|
@ -1,5 +0,0 @@
|
||||||
@echo off
|
|
||||||
cd /D %~dp0
|
|
||||||
|
|
||||||
@echo on
|
|
||||||
call grunt.cmd --no-color
|
|
|
@ -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
|
|
Loading…
Reference in a new issue