grunt-ts-embed
v0.0.4
Published
grunt-ts-embed Plugin
Downloads
1
Readme
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');