We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11064c4 commit 6506edeCopy full SHA for 6506ede
Makefile
@@ -12,6 +12,8 @@ WATCHR ?= `which watchr`
12
docs: bootstrap
13
rm docs/assets/bootstrap.zip
14
zip -r docs/assets/bootstrap.zip bootstrap
15
+ cp bootstrap/js/bootstrap.js docs/assets/js/bootstrap.js
16
+ cp bootstrap/js/bootstrap.min.js docs/assets/js/bootstrap.min.js
17
rm -r bootstrap
18
lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
19
lessc ${BOOTSTRAP_RESPONSIVE_LESS} > ${BOOTSTRAP_RESPONSIVE}
0 commit comments