Skip to content

Commit

Permalink
No longer need this build process
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarsceill committed Nov 15, 2018
1 parent aa4ec99 commit af3e9f0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions script/build
@@ -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'

0 comments on commit af3e9f0

Please sign in to comment.