-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate off of grunt #836
Comments
I had good experience using the Typescript, Mocha and ts-node, especially with Typescript 3 and project references. Looking at your grunt file, you still have some use cases that may be hard to implement manually: text replacement in a watch task, some manual file updates, and some file copies. These are harder to migrate, but possible. |
nb about TypeScript 3 project references, there is currently no output in watch mode. |
Yeah, the replacement plugin will need some exploration. There isn't really a watch mode set up right now so that isn't a problem |
I imagine that build and configuration will be clearer/easier using npm scripts and js task files. Tests could also be executed using ts-node.
The text was updated successfully, but these errors were encountered: