]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add affix.js to javascript compilation 4406/head
authorMickael Perraud <mikaelkael.fr@gmail.com>
Wed, 15 Aug 2012 08:56:52 +0000 (10:56 +0200)
committerMickael Perraud <mikaelkael.fr@gmail.com>
Wed, 15 Aug 2012 08:56:52 +0000 (10:56 +0200)
Makefile

index e1dcc927121bd032c7792d48f1c752c71bb837a1..c511d7a740b018ccf7fb0afd1fce045d4b491d48 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ build:
        @cp js/*.js docs/assets/js/
        @cp js/tests/vendor/jquery.js docs/assets/js/
        @echo "Compiling documentation...                  ${CHECK} Done"
-       @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 > docs/assets/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 > docs/assets/js/bootstrap.js
        @uglifyjs -nc docs/assets/js/bootstrap.js > docs/assets/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*/" > docs/assets/js/copyright.js
        @cat docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js > docs/assets/js/bootstrap.min.js