add bootstrap + bootstrap.min.js to gh-pages for @remy

This commit is contained in:
Jacob Thornton 2012-04-15 16:45:13 -07:00
parent 11064c4d34
commit 6506ede632
3 changed files with 1734 additions and 0 deletions

View File

@ -12,6 +12,8 @@ WATCHR ?= `which watchr`
docs: bootstrap
rm docs/assets/bootstrap.zip
zip -r docs/assets/bootstrap.zip bootstrap
cp bootstrap/js/bootstrap.js docs/assets/js/bootstrap.js
cp bootstrap/js/bootstrap.min.js docs/assets/js/bootstrap.min.js
rm -r bootstrap
lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
lessc ${BOOTSTRAP_RESPONSIVE_LESS} > ${BOOTSTRAP_RESPONSIVE}

1726
docs/assets/js/bootstrap.js vendored Normal file

File diff suppressed because it is too large Load Diff

6
docs/assets/js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long