Just updated to 2.0.4 and am now getting the following error when building.
Build completes, but production.js ends up looking like this:
- steal.packages({});
Building myapp/production.js
22283
ERROR in can/view/node_lists/node_lists.js at line 232: ERROR - Parse error. Internet Explorer has a non-standard intepretation of trailing commas. Arrays will have the wrong length and objects will not parse at all.
nodeList.isUnregistered = true;
// unregister all childNodeLists
delete nodeList.parentNodeList;
can.each(nodeList, function(node){