ce3d2ced55
The completion of the move to ember-cli in core requires a move to an independent asset pipeline. The wizard app itself will be upgraded to ember-cli when I have time. See further: -fcb4e5a1a1
-1b4692039e
-a69b914710
4 Zeilen
127 B
JavaScript
4 Zeilen
127 B
JavaScript
// Just a wrapper from the standalone browserified virtual-dom
|
|
define("virtual-dom", [], function() {
|
|
return virtualDom;
|
|
});
|