Commit e9856817 authored by Jacob Thornton's avatar Jacob Thornton

add zip to git ignore, and fix gh-pages make

parent 2a6894d8
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
*.rej *.rej
*.swo *.swo
*.swp *.swp
*.zip
*.vi *.vi
*~ *~
*.sass-cache *.sass-cache
......
...@@ -42,7 +42,7 @@ bootstrap: ...@@ -42,7 +42,7 @@ bootstrap:
# #
gh-pages: bootstrap docs gh-pages: bootstrap docs
rm docs/assets/bootstrap.zip rm -f docs/assets/bootstrap.zip
zip -r docs/assets/bootstrap.zip bootstrap zip -r docs/assets/bootstrap.zip bootstrap
rm -r bootstrap rm -r bootstrap
rm -f ../bootstrap-gh-pages/assets/bootstrap.zip rm -f ../bootstrap-gh-pages/assets/bootstrap.zip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment