0.2.0 • Published 6 years ago

grunt-ts-bundle v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

6 years ago

0.1.0

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago