Skip to content

Commit

Permalink
No longer distribute jQuery 2.1.4 bundled in Foundation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedas committed Dec 11, 2017
1 parent fc37e30 commit 533bf47
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion www/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ nobase_static_DATA = \
external/foundation/js/foundation/responsive-tables.js \
external/foundation/js/vendor/fastclick.js \
external/foundation/js/vendor/jquery.cookie.js \
external/foundation/js/vendor/jquery.js \
external/foundation/js/vendor/modernizr.js \
external/foundation/js/vendor/placeholder.js \
external/html5shiv/html5shiv.js \
Expand Down Expand Up @@ -418,3 +417,9 @@ nobase_static_DATA = \
js/sympa.js

EXTRA_DIST = $(nobase_static_DATA)

# Use recent release of jQuery; remove one distributed with Foundation.
install-data-hook:
cd $(DESTDIR)$(staticdir); \
rm -f external/foundation/js/vendor/jquery.js

0 comments on commit 533bf47

Please sign in to comment.