mirror of
https://github.com/thangisme/notes.git
synced 2025-01-17 15:16:37 -05:00
No longer need this build process
This commit is contained in:
parent
aa4ec995cd
commit
af3e9f07c7
@ -1,17 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/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"
|
echo "Packaging gem... \n"
|
||||||
gem build just-the-docs.gemspec
|
gem build just-the-docs.gemspec
|
||||||
|
|
||||||
echo "Cleaning up... \n"
|
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 add *.gem
|
||||||
git commit -m 'Bump just-the-docs gem package'
|
git commit -m 'Bump just-the-docs gem package'
|
||||||
|
Loading…
Reference in New Issue
Block a user