aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-08-20 23:13:43 -0700
committerJacob Thornton <[email protected]>2012-08-20 23:13:43 -0700
commit320b75de63f347027774ba7353eea7f6937ab14b (patch)
tree7c159e6fa9deaf34bf24c41f3a2a1aec81c56715
parent9e0d87a4dd7488e0c3987ef2869924d6c5aa9f46 (diff)
downloadbootstrap-320b75de63f347027774ba7353eea7f6937ab14b.tar.xz
bootstrap-320b75de63f347027774ba7353eea7f6937ab14b.zip
add affix to zip
-rw-r--r--Makefile2
-rw-r--r--docs/assets/js/bootstrap.min.tmp.js0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c511d7a74..e854e056b 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ bootstrap:
recess --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css
recess --compile ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css
recess --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.min.css
- cat js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js > bootstrap/js/bootstrap.js
+ cat js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js js/bootstrap-affix.js > bootstrap/js/bootstrap.js
uglifyjs -nc bootstrap/js/bootstrap.js > bootstrap/js/bootstrap.min.tmp.js
echo "/*!\n* Bootstrap.js by @fat & @mdo\n* Copyright 2012 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > bootstrap/js/copyright.js
cat bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js > bootstrap/js/bootstrap.min.js
diff --git a/docs/assets/js/bootstrap.min.tmp.js b/docs/assets/js/bootstrap.min.tmp.js
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/docs/assets/js/bootstrap.min.tmp.js