gulp-cirru-html

0.0.4 • Public • Published

Gulp plugin for Cirru HTML

Usage

npm i --save-dev gulp-cirru-html

See 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

Readme

Keywords

Package Sidebar

Install

npm i gulp-cirru-html

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • jiyinyiyong