Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shannonmoeller/gulp-hb
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Feb 16, 2016
2 parents 56375eb + 8cfae62 commit 8945fce
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Expand Up @@ -154,35 +154,33 @@ Returns a Gulp-compatible transform stream that compiles [Handlebars][handlebars
### .partials(pattern [, options]): TransformStream
- `pattern` `{String|Array<String>|Object|Function(handlebars)}`
- `options` `{Object}`
- `options` `{Object}` Same options as `hb()`.
Loads additional partials. See [`handlebars-wax`][wax].
### .helpers(pattern [, options]): TransformStream
- `pattern` `{String|Array<String>|Object|Function(handlebars)}`
- `options` `{Object}`
- `options` `{Object}` Same options as `hb()`.
Loads additional helpers. See [`handlebars-wax`][wax].
### .decorators(pattern [, options]): TransformStream
- `pattern` `{String|Array<String>|Object|Function(handlebars)}`
- `options` `{Object}`
- `options` `{Object}` Same options as `hb()`.
Loads additional decorators. See [`handlebars-wax`][wax].
### .data(pattern [, options]): TransformStream
- `pattern` `{String|Array<String>|Object}`
- `options` `{Object}`
- `options` `{Object}` Same options as `hb()`.
Loads additional data. See [`handlebars-wax`][wax].
## Contribute
[![Tasks][waffle-img]][waffle-url]
Standards for this project, including tests, code coverage, and semantics are enforced with a build tool. Pull requests must include passing tests with 100% code coverage and no linting errors.
### Test
Expand Down Expand Up @@ -217,5 +215,3 @@ Licensed under [MIT](http://shannonmoeller.com/mit.txt)
[npm-url]: https://npmjs.org/package/gulp-hb
[travis-img]: http://img.shields.io/travis/shannonmoeller/gulp-hb.svg?style=flat-square
[travis-url]: https://travis-ci.org/shannonmoeller/gulp-hb
[waffle-img]: http://img.shields.io/github/issues/shannonmoeller/gulp-hb.svg?style=flat-square
[waffle-url]: http://waffle.io/shannonmoeller/gulp-hb

0 comments on commit 8945fce

Please sign in to comment.