fix name in build

This commit is contained in:
Matias Alejo Garcia 2014-07-29 14:26:31 -03:00
parent ba31e6a628
commit c0190aaeeb
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ var createBundle = function(opts) {
b.require('./config', { b.require('./config', {
expose: '../config' expose: '../config'
}); });
b.require('./js/models/core/Structure', { b.require('./js/models/core/HDPath', {
expose: '../js/models/core/Structure' expose: '../js/models/core/HDPath'
}); });
if (opts.dontminify) { if (opts.dontminify) {