Steve Ognibene

Results 107 comments of Steve Ognibene
trafficstars

Hi - sorry this isn't really maintained anymore. As for DoS in your build system, hostile globs are not really part of the threat model for this plugin, so it's...

When you say you want to set it up with tooling - can you elaborate? Is this some new alchemy?

Hi - I am working on a patch for this. Thank you for the report.

After v5 comes out, I want to revisit the fast functionality and see what can be done to improve it - especially considering the new `--isolatedModules` switch. Marking this as...

@JojOatXGME yes --incremental and build and friends are the way forward. I am not using this anymore and clearly have let this project drop from my priorities over the years....

Hi - I recommend running tsc directly to see if it will compile your project taking grunt-ts out of the loop. If it doesn't work, ask on Stack Overflow. If...

While `dest` directly is not supported, you can use the grunt standard `files` mechanism with grunt-ts, which allows use of `dest`. `src` works as well. `cwd` is not relevant. We...

Hi @nibblesnbits - thanks for the report. We should probably take better advantage of the verbose switch and increase the logging to help diagnose this sort of issue. Do you...

Yes in the last section of the readme it describes it: "Quickstart for debugging Grunt plugins with Node Inspector". I suspect you're running into an issue with your glob. Can...