twisty.js
twisty.js copied to clipboard
Packaged version.
Eventually, everything should be turned into a single include file with simple usage.
Also see #27 .
Have you considered tools like GruntJS for concatenating & minifying files?
Yep. (Or gulp
. Even browserify
might be enough.)
Right now, I want to keep things simple and hackable, though. Flat files have worked well for that.
That said, if you're interested in making this work, feel free to work on it for a pull request. Otherwise, I'll probably get to it in a few weeks/months.