dshemendiuk / gulp-npm-dist

Copy minified (dist) files of modules listed in package.json "dependencies" field to your build path
26 stars 3 forks source link

Add option to specify location of node_modules and package.json #9

Closed mersadk closed 5 years ago

mersadk commented 6 years ago

In my project node_modules directory and package.json file are not in the same directory as gulpfile.js, they are one level up. As it is now, when I try to run gulp I get

: no such file or directory

It would be nice to have an option to specify location of node_modules directory and package.json file.

Ylaana commented 5 years ago

@mersadk I have created pull request #10 to address this issue.

dshemendiuk commented 5 years ago

Thanks to @thedutchess Please update to latest version.