gulp-electron icon indicating copy to clipboard operation
gulp-electron copied to clipboard

not copying node_modules?

Open seiyria opened this issue 9 years ago • 2 comments

I have a node_modules folder in my src directory, but it appears to be ignored by gulp-electron. Any idea why?

seiyria avatar Oct 11 '15 17:10 seiyria

+1 Im doing it manually.

Is good to have a copy of node_modules based on the dependencies of package.json?

Ty.

cubissimo avatar Feb 04 '16 13:02 cubissimo

I have to write a lib to do it myself. You need to exclude devDepdencies in package.json

codeskyblue avatar Feb 05 '16 14:02 codeskyblue