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

/grunt-ts-embed/

    Package Sidebar

    Install

    npm i grunt-ts-embed

    Weekly Downloads

    3

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • xperiments