fis-parser-wheei

0.0.1 • Public • Published

wheei template plugin for fis

example config:

 
fis.config.merge({
    modules : {
        parser : {
            whe:'wheei'
        }
    },
    settings:{
        parser:{
            wheei:{
                func:function(wheei,content){
                    return 'return '+wheei(content,null,{strip:true});
                }
            }
        }
    },
    roadmap:{
        ext : {
            whe:'js'
        },
        path:[
            {
                reg:/\.(js|whe)$/,
                isMod:true,
                isJsLike:true
            }
        ]
    },
    pack:{
        'all.js':[
            '*.js',
            '*.whe'
        ]
    }
});
 

Package Sidebar

Install

npm i fis-parser-wheei

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • p2world