mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add bootstrap + bootstrap.min.js to gh-pages for @remy
This commit is contained in:
parent
11064c4d34
commit
6506ede632
3 changed files with 1734 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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}
|
||||||
|
|
1726
docs/assets/js/bootstrap.js
vendored
Normal file
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
6
docs/assets/js/bootstrap.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue