alexkehayias / chocolatier

WIP ClojureScript game/engine using Pixi.js for rendering.
Eclipse Public License 1.0
429 stars 29 forks source link

fix howler.js url #7

Closed phelanm closed 9 years ago

phelanm commented 9 years ago

fixes error from:

$ git clone --recursive https://github.com/phelanm/chocolatier.git ... Submodule 'resources/public/vendor/js/stats.js' (https://github.com/mrdoob/stats.js.git) registered for path 'resources/public/vendor/js/stats.js' Cloning into 'resources/public/vendor/js/howler.js'... Permission denied (publickey). fatal: Could not read from remote repository. ...

alexkehayias commented 9 years ago

Thank you @phelanm!