ci: remove bs3 asset build step
This commit is contained in:
parent
53d5968b8b
commit
0acfacaf2d
|
@ -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 ..
|
Loading…
Reference in a new issue