fixed path errors in generator script util
This commit is contained in:
parent
ff00d5f4f2
commit
84bd5ed856
2 changed files with 23 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue