You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
In the enqueue-script, we are loading the jQuery from Google CDN.
In the gulp file, we are packing jQuery again:
javascript: [
'assets/components/jquery/dist/jquery.js',
Why is that jQuery is duplicated? Is this for local fall back?
Some of my jQuery code (dynamically loaded, but not through jquery ajax) do not load because of duplicate jquery loads (and I have to inactivate either from foundationpress.js or comment from CDN to make it work)
The text was updated successfully, but these errors were encountered:
@bharuma this was my fault. When I made the gulpfile for FP I used the paths in the gulpfile from the Foundation Zurb Template as a reference and it looks like I forgot to remove jQuery. Thanks for pointing out my error.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the enqueue-script, we are loading the jQuery from Google CDN.
In the gulp file, we are packing jQuery again:
javascript: [
'assets/components/jquery/dist/jquery.js',
Why is that jQuery is duplicated? Is this for local fall back?
Some of my jQuery code (dynamically loaded, but not through jquery ajax) do not load because of duplicate jquery loads (and I have to inactivate either from foundationpress.js or comment from CDN to make it work)
The text was updated successfully, but these errors were encountered: