gulp-cirru-html
v0.0.4
Published
Gulp plugin compiling Cirru-HTML to HTML
Downloads
5
Readme
Gulp plugin for Cirru HTML
Usage
npm i --save-dev gulp-cirru-htmlSee test/gulpfile.coffee:
gulp.task 'watch', ->
data =
name: 'demo'
reloader.listen()
gulp
.src '*.cirru'
.pipe watch()
.pipe (html {data})
.pipe gulp.dest('./')
.pipe reloader('demo')license
MIT
