grunt-ts-bundle

0.2.0 • Public • Published

grunt-ts-bundle

===============

A grunt task for running ts-bundle

Example

grunt.initConfig({
  bundle: {
    main: {
        rootModule: 'plat',
        license: './license.txt',
        version: '<%= pkg.version %>',
        src: './index.html',
        dest: [
            './out.ts'
        ],
        preSave: function (data, done) {
            done(data);
        }
    }
  },
  pkg: grunt.file.readJSON('package.json')
});
 
grunt.loadNpmTasks('grunt-ts-bundle');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    3
  • 0.1.0
    0
  • 0.0.2
    0
  • 0.0.1
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i grunt-ts-bundle

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

2.58 kB

Total Files

5

Last publish

Collaborators

  • wjohnsto