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 was archived by the owner on Apr 12, 2025. It is now read-only.
However, I get an error message on front-end saying that jQuery is not defined.
This is because it only includes Zurb Foundation main js file and not its dependencies, i.e. jQuery in this case.
I think it would be great if dependencies were resolved automatically.
In my bower.json I have dependency on {"fundation": "zurb/bower-foundation#~5.3.3"} package.
I then include this bower package using:
However, I get an error message on front-end saying that jQuery is not defined.
This is because it only includes Zurb Foundation main js file and not its dependencies, i.e. jQuery in this case.
I think it would be great if dependencies were resolved automatically.