mohayonao / timbre.js

JavaScript library for objective sound programming
http://mohayonao.github.io/timbre.js/
MIT License
962 stars 74 forks source link

Missing timbre.js file #35

Open ianks opened 9 years ago

ianks commented 9 years ago

You mention in the install to use the timbre.js file. This file doesn't exist. This also affects package managers like http://bower.io from being able to infer the package name.

ianks commented 9 years ago

Any thoughts on this?

jeremykohn commented 9 years ago

I found the minified/compressed timbre.js file at mohayonao.github.io/timbre.js/timbre.js and the development version at mohayonao.github.io/timbre.js/timbre.dev.js (although they're both at v14.10.12 rather than the latest version, v14.11.25).

jeremykohn commented 9 years ago

You could also try using timbre.dev.js from the repository, or creating your own minified version of that file.