grunt-release icon indicating copy to clipboard operation
grunt-release copied to clipboard

Bundle dependencies

Open srbartlett opened this issue 9 years ago • 1 comments

Curious if anyone has considered supporting 'bundleDependencies'.

I have a need for such as feature, before I fork and implement wanted to ask if anyone else has considered this?

'bundledDependencies" is exactly as the name implies. They are packed when running npm pack.

srbartlett avatar Mar 21 '15 06:03 srbartlett

i would be hesitant to actually bundle that many files, would utilizing a shrinkwrap file, have the same effect but make the bundle smaller?? (see https://docs.npmjs.com/cli/shrinkwrap if you are unfamiliar with shrinkwrap)

dorgan avatar Apr 30 '16 18:04 dorgan