mirror of https://github.com/twbs/bootstrap.git
add zip to git ignore, and fix gh-pages make
This commit is contained in:
parent
2a6894d834
commit
e985681758
|
@ -6,6 +6,7 @@
|
||||||
*.rej
|
*.rej
|
||||||
*.swo
|
*.swo
|
||||||
*.swp
|
*.swp
|
||||||
|
*.zip
|
||||||
*.vi
|
*.vi
|
||||||
*~
|
*~
|
||||||
*.sass-cache
|
*.sass-cache
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue