rserota / wad

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

point bower "main" at the build wad.js file #69

Closed mwcz closed 8 years ago

mwcz commented 8 years ago

From the current bower.json:

"main": "wad.js",

wad.js is inside build/ though, so tools like wiredep and bowerRequirejs can't find it. I suggest pointing it at build/wad.js. I could be missing something though! Thoughts?

rserota commented 8 years ago

Thanks for contributing!