Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DocumentServer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boris Kocherov
DocumentServer
Commits
839e8bd1
Commit
839e8bd1
authored
Jun 23, 2015
by
agolybev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deleted unused build scripts.
parent
ddabf248
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
OfficeWeb/build/build.bat
OfficeWeb/build/build.bat
+0
-5
OfficeWeb/build/installtools.bat
OfficeWeb/build/installtools.bat
+0
-13
No files found.
OfficeWeb/build/build.bat
deleted
100644 → 0
View file @
ddabf248
@echo
off
cd
/D
%~dp0
@echo
on
call
grunt
.cmd
-
-no-color
\ No newline at end of file
OfficeWeb/build/installtools.bat
deleted
100644 → 0
View file @
ddabf248
@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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment