TypeScript + RequireJS sample configuration
https://github.com/microsoft/typeScript/wiki/Modules
If you build the project in Visual Studio or run grunt
without parameters, you'll have the compiled JS in the compiled
folder. Open default.htm
in the browser to see this configuration in action.
grunt rjs
Open rjs.htm
in the browser to see this configuration in action.
3. Stand-alone one-file bundle (uses Almond)
grunt almond
Open almond.htm
in the browser to see this configuration in action.
Related open issues: