-
I really need to write a blog post about how web developers need to use real build orchestration tools instead of having all the individual build tools plug-in and cross-depend on each other. Your Karma config frankly shouldn't know or care that you're running Typescript.
-
NPM scripts are a great starting point, but they aren't a scalable build system. You grow out of it a lot quicker than you might realize.