Commit 6506ede6 authored by Jacob Thornton's avatar Jacob Thornton

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

parent 11064c4d
...@@ -12,6 +12,8 @@ WATCHR ?= `which watchr` ...@@ -12,6 +12,8 @@ WATCHR ?= `which watchr`
docs: bootstrap docs: bootstrap
rm docs/assets/bootstrap.zip rm docs/assets/bootstrap.zip
zip -r docs/assets/bootstrap.zip bootstrap 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 rm -r bootstrap
lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP} lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
lessc ${BOOTSTRAP_RESPONSIVE_LESS} > ${BOOTSTRAP_RESPONSIVE} lessc ${BOOTSTRAP_RESPONSIVE_LESS} > ${BOOTSTRAP_RESPONSIVE}
......
This diff is collapsed.
This diff is collapsed.
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