cubing / twisty.js

The functionality of `twisty.js` is now part of `cubing.js`. Please see: https://js.cubing.net/cubing/twisty/
GNU General Public License v3.0
60 stars 15 forks source link

Packaged version. #44

Open lgarron opened 10 years ago

lgarron commented 10 years ago

Eventually, everything should be turned into a single include file with simple usage.

Also see #27 .

michalbe commented 10 years ago

Have you considered tools like GruntJS for concatenating & minifying files?

lgarron commented 10 years ago

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.

lgarron commented 10 years ago

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.