From 839e8bd182cd4f2fecad135422cdaec8818be49f Mon Sep 17 00:00:00 2001 From: agolybev Date: Tue, 23 Jun 2015 12:45:53 +0300 Subject: [PATCH] Deleted unused build scripts. --- OfficeWeb/build/build.bat | 5 ----- OfficeWeb/build/installtools.bat | 13 ------------- 2 files changed, 18 deletions(-) delete mode 100644 OfficeWeb/build/build.bat delete mode 100644 OfficeWeb/build/installtools.bat diff --git a/OfficeWeb/build/build.bat b/OfficeWeb/build/build.bat deleted file mode 100644 index 6d49eff2..00000000 --- a/OfficeWeb/build/build.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -cd /D %~dp0 - -@echo on -call grunt.cmd --no-color \ No newline at end of file diff --git a/OfficeWeb/build/installtools.bat b/OfficeWeb/build/installtools.bat deleted file mode 100644 index 386a62a4..00000000 --- a/OfficeWeb/build/installtools.bat +++ /dev/null @@ -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