Currently we pull jquery from the web. `<script src="http://code.jquery.com/jquery.min.js"></script>` It's probably better to have it available offline like our other dependencies.
Currently we pull jquery from the web.
<script src="http://code.jquery.com/jquery.min.js"></script>It's probably better to have it available offline like our other dependencies.