From 320b75de63f347027774ba7353eea7f6937ab14b Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 20 Aug 2012 23:13:43 -0700 Subject: add affix to zip --- Makefile | 2 +- docs/assets/js/bootstrap.min.tmp.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 docs/assets/js/bootstrap.min.tmp.js diff --git a/Makefile b/Makefile index c511d7a740..e854e056b3 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 0000000000..e69de29bb2 -- cgit v1.2.3