In part 2 of this series, we looked at debugging our TypeScript after it has been converted from JavaScript. When deploying JavaScript to Dynamics in production, you’ll want to ensure that the file is as small as possible. We can do this by ‘uglyfying’ or ‘minifying’ our script using gulp. It’s also desirable to be able to use multiple TypeScript source files, but compile into a single…
Continue Reading Develop1’s Article on their blog
Develop 1 Limited Blog | Let’s start TypeScript
Blog Syndicated with Develop1’s Permission