td-fmpp

0.2.5 • Public • Published

td-fmpp

Grunt wrapper for fmpp. Includes fmpp v0.9.16. Needs Java 1.8.

In the Gruntfile.js:

module.exports = function (grunt) {
    grunt.initConfig({
        freemarker: {
            target: {
                config: 'config.fmpp'
            }
        }
    });

    grunt.loadNpmTasks('td-fmpp');

    grunt.registerTask('default', ['freemarker']);
}

Readme

Keywords

Package Sidebar

Install

npm i td-fmpp

Weekly Downloads

24

Version

0.2.5

License

MIT

Unpacked Size

2.31 MB

Total Files

9

Last publish

Collaborators

  • steenk