Skip to content

Commit 0acfaca

Browse files
ci: remove bs3 asset build step
1 parent 53d5968 commit 0acfaca

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

dev/deploy/build.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,3 @@
22

33
echo "Installing NPM dependencies..."
44
npm install
5-
6-
echo "Building bootstrap 3 assets..."
7-
cd bootstrap
8-
npm install -g grunt-cli
9-
npm install
10-
grunt dist
11-
cp -r dist/. ../ietf/static/ietf/bootstrap/
12-
cd ..

0 commit comments

Comments
 (0)