]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
chore: prevent the main JS bundle to be exported as an unused external
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 17 Mar 2018 15:10:22 +0000 (16:10 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 17 Mar 2018 15:10:22 +0000 (16:10 +0100)
commit926b8e0f7f3deaf78accfe7a3531b84314d1d3a7
treee48a044efb5b8ac3a242080fb1ac85b193d41393
parent731cf32d48af7f4d129770a47da3b2d9bb3d92f2
chore: prevent the main JS bundle to be exported as an unused external

Only export "core" and plugins bundles as externals (in the global `__FOUNDATION_EXTERNAL__` object).
gulp/tasks/javascript.js