Skip to content

Commit

Permalink
add bootstrap + bootstrap.min.js to gh-pages for @remy
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Apr 15, 2012
1 parent 11064c4 commit 6506ede
Show file tree
Hide file tree
Showing 3 changed files with 1,734 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Loading

0 comments on commit 6506ede

Please sign in to comment.