ifandelse / machina.js

js ex machina - finite state machines in JavaScript
http://machina-js.org/
Other
1.93k stars 147 forks source link

Map underscore to lodash in the connectivity example to fix #98 #102

Closed joelpurra closed 9 years ago

joelpurra commented 9 years ago

The lodash.underscore.js file has been removed in lodash 3.0.0, but by telling require.js to map it to the normal lodash it works. https://github.com/lodash/lodash/wiki/Changelog#v300

The connectivity example looks really cool -- it's a real shame it was broken before!

ifandelse commented 9 years ago

@joelpurra Thanks so much for catching this! I confess I don't use bower much these days (use npm primarily) and the last time I ran an install for those assets was months ago. :frowning: This is another reminder that I need to carve out some time and update these examples! I did just recently get them deployed as part of the gh-pages site for machina....also...the credit for the connectivity example looking so cool goes to @dcneiner. :smile:

joelpurra commented 9 years ago

@ifandelse: no worries -- but imagine more than one developers tried to load the examples and then just didn't bother looking at it twice, moving on the the next FSM library =(