sogko / gulp-recipes

gulp-recipes
MIT License
399 stars 66 forks source link

Expose a module in a file to a module in another file #8

Closed Tux1 closed 7 years ago

Tux1 commented 9 years ago

Hello,

I follow your trick to separate vendor script and my own script. However, I've got a big problem. I browserify a lot of files linked to my app. However these scripts needs jquery and other vendors. Browserify exposes the modules inside a same file but not the modules in the vendor.js file. Do you know how to fix it ?

Regards,