dashersw / pedalboard.js

Open source JavaScript framework for developing audio effects for guitars using the Web Audio API.
dashersw.github.com/pedalboard.js
GNU General Public License v3.0
831 stars 97 forks source link

Publish the compiled library to Github #9

Closed cristiano-belloni closed 11 years ago

cristiano-belloni commented 11 years ago

It would be good not having to download and compile the library when one wants to use it. For example, one might want to access the library from a cached cdn service like using http://jspm.io/

What about pushing the compiled library to github (and having github semver tagged versions - http://semver.org/?)

dashersw commented 11 years ago

Great idea! I should do it ASAP.

dashersw commented 11 years ago

It was not so quick, but it's finally here :) The compiled version is ready to use.

cristiano-belloni commented 11 years ago

Cool!