From af3e9f07c73a3c9e1897677b6d948d997398e2e9 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Thu, 15 Nov 2018 15:49:41 -0500 Subject: [PATCH] No longer need this build process --- script/build | 9 --------- 1 file changed, 9 deletions(-) diff --git a/script/build b/script/build index 7256bef..1198533 100755 --- a/script/build +++ b/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'