Steve Ognibene
Steve Ognibene
> True, but still, an example with all settings with default values would > work :) We could probably do this, but I'm not convinced it would actually be better....
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...
in the readme there is a way to pass tsconfig as an object. What you want to do is pass it that way in your Gruntfile and use passthrough true....
I would be willing to allow a plugin. Perhaps by passing a function in the Gruntfile to the html feature. Would that be useful? That way we could provide the...
When you run tsc, is it referencing the tsconfig.json file? If so, what are the contents of that file? Why are you excluding the typings folder in the `src` array?...
Look into grunt-contrib-uglify. I will add a blurb about how to integrate it to the docs later, but pretty much you npm install it, then add an uglify section in...
I am sorry. Reading back on that it was completely jargon filled and not useful for someone just starting out. Hope will be soon. If you have a Pluralsight subscription,...
I'm planning to eliminate it in a future patch if someone passes the new rootDir option to tsc. But it's a matter of getting to it.
Hi - do you need to use the grunt-ts args? Honestly pass through is the right solution for everything now.
but would be glad to take a PR. There is a guide for how to add new switches in the contributing doc