Skip to content

Commit 99ce1b0

Browse files
authored
Remove bower, grunt, and gulp (dotnet#15)
- It appears these dependencies are no longer needed. Builds pass on a new agent without them installed.
1 parent f9f9e30 commit 99ce1b0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

BuildAgent/SetupScripts/BuildAgentSetup_Ubuntu.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,6 @@ echo "Installing Node.js..."
4242
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
4343
apt-get install -y nodejs
4444

45-
echo "Installing Bower globally..."
46-
npm install -g bower
47-
echo '{ "allow_root": true }' > ~/.bowerrc # workaround for bower install errors when using with sudo
48-
49-
echo "Installing Grunt globally..."
50-
npm install -g grunt
51-
52-
echo "Installing Gulp globally..."
53-
npm install -g gulp
54-
5545
echo "Installing TypeScript globally..."
5646
npm install -g typescript
5747

0 commit comments

Comments
 (0)