I am building a project using jQuery. I put in a manual reference to jQuery in ZURB Foundation 4.
I also removed
<script>
document.write('<script src=' +
('__proto__' in {} ? 'js/vendor/zepto' : 'js/vendor/jquery') +
'.js><\/script>')
</script>
from the default ZURB Foundation 4 implementation.
Is that okay? Or will removing the above code cause issues elsewhere in ZURB Foundation 4?
In other words, can we force ZURB Foundation 4 to use jQuery only, and not break it?