I'm using Zurb Foundation, specifically the file foundation.min.js to power one of their navigation bars (https://github.com/zurb/foundation)
It's already minified. When I smash it together with the rest of my minified javascript, I get an Uncaught TypeError in my console. I think it might be somehow conflicting with other scripts I have (Angular, among others)
So I was thinking it might be smart to somehow get an unminified version so it wouldn't conflict with the other code.
Any pointers here on what might be going on and how to fix it?
Zepto/jQuery
dependancy... Might be becoz of that... I had used an unminified version offoundation.js
and the error pointed toline 26
which was thrown after neither of the above was found. – Shyam K