saebekassebil / teoria

Javascript taught Music Theory
http://saebekassebil.github.io/teoria
MIT License
1.32k stars 115 forks source link

Add distribution file to repository #80

Closed danigb closed 9 years ago

danigb commented 9 years ago

I think it would be nice to have a pre-rendered dist/teoria.js ready for web environments inside the repository and in sync with the source.

mjkaufer commented 9 years ago

I second this

saebekassebil commented 9 years ago

I reckon I should just do this, as everybody seems to miss it. I'll have it done soon :)

mjkaufer commented 9 years ago

Thanks!

saebekassebil commented 9 years ago

Resolved per 2391e3f49c77f58fa4b0a6413facd5988a22c31f

I've built the bundle with

$ browserify index.js --standalone teoria > teoria.js

Which basically just bundles it all up, and wraps it as a UMD module. Should be ready for use in most environments.