grunt-ts-embed

0.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-ts-embed

Weekly Downloads

8

Version

0.0.4

License

MIT

Last publish

Collaborators

  • xperiments