No longer need this build process

This commit is contained in:
Patrick Marsceill 2018-11-15 15:49:41 -05:00
parent aa4ec995cd
commit af3e9f07c7
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
1 changed files with 0 additions and 9 deletions

View File

@ -1,17 +1,8 @@
#!/bin/sh
echo "Moving SCSS dependancies into ./assets/css... \n"
cp -rf ./node_modules/normalize.scss/ ./_sass/normalize.scss/
git add ./_sass/
git commit -m 'Just the Docs build packaging'
echo "Packaging gem... \n"
gem build just-the-docs.gemspec
echo "Cleaning up... \n"
rm -rf ./_sass/normalize.scss/
git add ./_sass/
git commit -m 'Just the Docs build packaging cleanup'
git add *.gem
git commit -m 'Bump just-the-docs gem package'