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');

Readme

Keywords

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