0.0.0 • Published 11 years ago

fis-parser-haml v0.0.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

fis-parser-haml

A parser plugin for fis to compile haml file.

usage

$ npm install -g fis-parser-haml
$ vi example/fis-conf.js
//file : example/fis-conf.js
fis.config.merge({
  modules:{
    parser:{
      haml: 'haml'
    }
  },
  roadmap:{
    ext:{
      haml: 'html'
    }
  }
});

example

$ cd example
$ fis release -d output
0.0.1

11 years ago

0.0.0

11 years ago