0.0.4 • Published 9 years ago

grunt-ts-embed v0.0.4

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

grunt-ts-embed

A grunt multitask plugin that processes @embed decorators and generates the corresponding library.tse.

Requirements

  • ts-embed utils to load the generated .tse files

Installation

$> npm install grunt-ts-embed --save-dev

Usage example

grunt.initConfig({
    demo: {
        src: ['./demo/**/*.ts'],
        out:'./demo/bin/embedOutput.tse'
    }
});
grunt.loadNpmTasks('grunt-ts-embed');
0.0.4

9 years ago

0.0.3

9 years ago

0.0.3-alpha.1

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago