diff --git a/script/build b/script/build
index 7256bef6fc5e0f208324845e79ed10dbeb1d4250..1198533df470fe49b6d2b9d248724c5ae863807e 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'