0.2.5 • Published 4 years ago

td-fmpp v0.2.5

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

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']);
}
0.2.5

4 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago