From 0acfacaf2d6c77239717e83ba2101c20c7a3e920 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Wed, 9 Mar 2022 15:36:45 -0400 Subject: [PATCH] ci: remove bs3 asset build step --- dev/deploy/build.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dev/deploy/build.sh b/dev/deploy/build.sh index 2e6985553..0d0bffa42 100644 --- a/dev/deploy/build.sh +++ b/dev/deploy/build.sh @@ -2,11 +2,3 @@ echo "Installing NPM dependencies..." npm install - -echo "Building bootstrap 3 assets..." -cd bootstrap -npm install -g grunt-cli -npm install -grunt dist -cp -r dist/. ../ietf/static/ietf/bootstrap/ -cd .. \ No newline at end of file