fixed path errors in generator script util

This commit is contained in:
Mario Colque 2014-05-15 17:53:02 -03:00
commit 84bd5ed856
2 changed files with 23 additions and 7 deletions

View file

@ -27,9 +27,6 @@ var pack = function (params) {
var createBundle = function(opts) {
opts.dir = opts.dir || 'js/';
// concat browser vendor files
exec('sh concat.sh', puts);
var bopts = {
pack: pack,
debug: true,