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

Fix for issue #9 #10

Closed Ylaana closed 5 years ago

Ylaana commented 5 years ago

Allows the user to specify the path for the node_modules folder and package.json, relative to the gulpfile.js location.

dshemendiuk commented 5 years ago

Merged. Thank you @thedutchess!