Merge pull request #264 from dthorpe/fix_concat.sh

Fix concat.sh failure when building copay on Windows.
This commit is contained in:
Manuel Aráoz 2014-05-05 09:55:17 -03:00
commit d949b91a0d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ var createBundle = function(opts) {
opts.dir = opts.dir || 'js/';
// concat browser vendor files
exec('cd ' + opts.dir + 'browser; sh concat.sh', puts);
exec('sh concat.sh', puts);
var bopts = {
pack: pack,