rserota / wad

Web Audio DAW. Use the Web Audio API for dynamic sound synthesis. It's like jQuery for your ears.
MIT License
1.9k stars 160 forks source link

Add unminified version #31

Closed jescalan closed 9 years ago

jescalan commented 9 years ago

So the logic behind this is that it's very hard to locate errors or debug in development with only the minified version available. So this PR adds an unminified version and loads that by default from package.json. If users are looking for a minified version, it's still available in the build directory, or they can minify themselves as part of their build pipeline, which I feel is more standard these days.