behavior3 / behavior3js

Behavior3 client library for Javascript (Behavior Trees for Javascript)
MIT License
398 stars 105 forks source link

Build tasks combines classes in wrong order, breaking inheritanc #8

Closed marrone closed 8 years ago

marrone commented 8 years ago

The gulp build task does not explicitly specify the order of inclusion of the main classes (BaseNode, etc), when concatenating. The result may have the child classes defined first before the parent classes which results in them inheriting from "null" when calls b3.Class(...)

soundyogi commented 8 years ago

Merging this would be rrrreally great :)

renatopp commented 8 years ago

Partial merging on 355f925