grunt-ts
grunt-ts copied to clipboard
Prevent any transforms or other code in grunt-ts from entering the node_modules folder
see: #105
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.
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).
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