Skip to content

Commit 09df307

Browse files
committed
Docs: add pointers to the Broccoli plugin
1 parent 3ccd964 commit 09df307

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you need a quick reply or don't feel really comfortable with asking on a publ
2222

2323
* [@HugoGiraudel](https://twitter.com/hugogiraudel) for anything related to the goal, objectives or future of SassDoc;
2424
* [@Fweinb](https://twitter.com/fweinb) and [@valeriangalliat](https://twitter.com/valeriagalliat) for any technical stuff;
25-
* [@pascalduez](https://twitter.com/pascalduez) for SassDoc's integration, especially with Grunt and Gulp.
25+
* [@pascalduez](https://twitter.com/pascalduez) for SassDoc's integration, especially with Grunt, Gulp, Broccoli.
2626

2727
## Filling a bug
2828

@@ -34,6 +34,7 @@ So you think you've found a bug? Likely. We're all humans after all! Before even
3434
* [Indexer](https://github.com/sassdoc/sassdoc-indexer): Data structure
3535
* [Grunt plugin](https://github.com/sassdoc/grunt-sassdoc): Grunt integration
3636
* [Gulp plugin](https://github.com/sassdoc/gulp-sassdoc): Gulp integration
37+
* [Broccoli plugin](https://github.com/sassdoc/broccoli-sassdoc): Broccoli integration
3738
* [Site](https://github.com/SassDoc/sassdoc.github.io): SassDoc's site
3839

3940
Please give GitHub's search a try first, to make sure someone didn't already submit something similar. If what you've found seems unique, be sure to open an issue in the appropriate repository with a clear title and a description as complete as possible.

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,11 @@ var sassdoc = require('sassdoc');
7777
sassdoc.documentize(source, dest, config);
7878
```
7979

80-
#### Grunt
80+
### Grunt, Gulp, Broccoli
8181

82-
See [grunt-sassdoc](https://github.com/SassDoc/grunt-sassdoc).
83-
84-
#### Gulp
85-
86-
See [gulp-sassdoc](https://github.com/SassDoc/gulp-sassdoc).
82+
See [grunt-sassdoc](https://github.com/SassDoc/grunt-sassdoc),
83+
[gulp-sassdoc](https://github.com/SassDoc/gulp-sassdoc),
84+
[gulp-sassdoc](https://github.com/SassDoc/broccoli-sassdoc).
8785

8886

8987

0 commit comments

Comments
 (0)