LaboratoryForPlayfulComputation / blockytalky

A toolkit for learning CS through networked physical computing
BSD 2-Clause "Simplified" License
28 stars 7 forks source link

Make Jquery backup resource #40

Closed mpahrens closed 8 years ago

mpahrens commented 8 years ago

Currently we were using the boilerplate with Phoenix that loads jquery from an online resource, but this is bad incase we are doing BT stuff in a place without internet access, so we should include a minified jquery bundled with. (and maybe just use that one and not even both with an "is internet connected" check.)