Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Steal Build Error

$
0
0
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:
  1. 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){

Viewing all articles
Browse latest Browse all 3491

Trending Articles