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

Prevent any transforms or other code in grunt-ts from entering the node_modules folder

Open nexussays opened this issue 10 years ago • 3 comments

see: #105

nexussays avatar Sep 16 '14 04:09 nexussays

This bit me today. I will try to fix this soon.

I intend to add an override option to allow it, though. Perhaps allow_node_modules, or something, which will default to false.

nycdotnet avatar Nov 29 '14 18:11 nycdotnet

any transforms or other code in grunt-ts from entering the node_modules folder

Yeah sound like a good sane default (even without the override).

basarat avatar Dec 12 '14 03:12 basarat

TIP : look for the point where we do grunt.file.expand and concat : ['!**/node_modules/**'] if array or make it an array and then concat

basarat avatar Dec 15 '14 05:12 basarat