Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
42ef2f7c
Commit
42ef2f7c
authored
Mar 29, 2016
by
Alexander.Trofimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update install grunt
parent
96324866
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
12 deletions
+5
-12
build/deploy/build.bat
build/deploy/build.bat
+1
-1
build/deploy/installtools.bat
build/deploy/installtools.bat
+2
-9
build/deploy/package.json
build/deploy/package.json
+1
-1
build/deploy/update_and_build.bat
build/deploy/update_and_build.bat
+1
-1
No files found.
build/deploy/build.bat
View file @
42ef2f7c
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
cd
/D
%~dp0
cd
/D
%~dp0
@echo
on
@echo
on
call
grunt
.cmd
-
-no-color
call
grunt
-
-no-color
\ No newline at end of file
\ No newline at end of file
build/deploy/installtools.bat
View file @
42ef2f7c
@echo
off
@echo
off
cd
/D
%~dp0
cd
/D
%~dp0
SET
GRUNT_OLD
=
grunt
@0.3.17
echo
Installation
SET
GRUNT_CLI
=
grunt
-cli
call
npm
install
-g
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
call
npm
install
build/deploy/package.json
View file @
42ef2f7c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
"google-closure-compiler"
:
"^20160315.0.0"
,
"google-closure-compiler"
:
"^20160315.0.0"
,
"grunt"
:
"0.4.
2
"
,
"grunt"
:
"0.4.
5
"
,
"grunt-contrib-clean"
:
"0.5.0"
,
"grunt-contrib-clean"
:
"0.5.0"
,
"grunt-contrib-concat"
:
"0.3.0"
,
"grunt-contrib-concat"
:
"0.3.0"
,
"grunt-contrib-copy"
:
"0.5.0"
,
"grunt-contrib-copy"
:
"0.5.0"
,
...
...
build/deploy/update_and_build.bat
View file @
42ef2f7c
...
@@ -2,6 +2,6 @@
...
@@ -2,6 +2,6 @@
cd
/D
%~dp0
cd
/D
%~dp0
@echo
on
@echo
on
call
grunt
.cmd
call
grunt
pause
pause
\ No newline at end of file
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