Skip to content
Snippets Groups Projects
Unverified Commit af3e9f07 authored by Patrick Marsceill's avatar Patrick Marsceill
Browse files

No longer need this build process

parent aa4ec995
No related branches found
No related tags found
No related merge requests found
#!/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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment