fis-parser-dust

0.0.1 • Public • Published

fis-parser-dust

A parser plugin for fis to compile dust file.

usage

$ npm install -g fis-parser-dust
$ vi path/to/project/fis-conf.js
//file : path/to/project/fis-conf.js
//NOTE : name of template registed in dust will be '/relative/path/to/.dust/file', one more '/' than the output of grunt-dust.
fis.config.merge({
    roadmap : {
        ext : {
            dust : 'dust'
        }
    },
    modules : {
        parser : {
            dust : 'dust'
        }
    },
    settings : {
        parser : {
            dust : {
                basePath : "" //optional: rewrite prefix before filename
            }
        }
    }
});

Readme

Keywords

none

Package Sidebar

Install

npm i fis-parser-dust

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • yqt