]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove lingering typeahead reference in makefile
authorMark Otto <otto@github.com>
Thu, 9 May 2013 16:09:44 +0000 (09:09 -0700)
committerMark Otto <otto@github.com>
Thu, 9 May 2013 16:09:44 +0000 (09:09 -0700)
Makefile

index 84252f19f8d8dabb2ec88194e224a3d53f0ec11a..432cda2fdf9b271940b2d094d93961c85585b221 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ bootstrap-js: bootstrap/js/*.js
 
 bootstrap/js/*.js: js/*.js
        mkdir -p 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
+       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-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