Skip to content

Commit

Permalink
Merge pull request #1 from gulpjs/master
Browse files Browse the repository at this point in the history
Docs: Fix broken gulp-header/gulp-footer links (closes gulpjs#1851) (gulpjs#1854)
  • Loading branch information
adityavs authored Dec 6, 2016
2 parents 0469094 + 54169eb commit eb5fe6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/writing-a-plugin/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
- For example: A JS minification plugin should not have an option that adds a header as well
1. Your plugin shouldn't do things that other plugins are responsible for
- It should not concat, [gulp-concat](https://github.com/contra/gulp-concat) does that
- It should not add headers, [gulp-header](https://github.com/godaddy/gulp-header) does that
- It should not add footers, [gulp-footer](https://github.com/godaddy/gulp-footer) does that
- It should not add headers, [gulp-header](https://www.npmjs.com/package/gulp-header) does that
- It should not add footers, [gulp-footer](https://www.npmjs.com/package/gulp-footer) does that
- If it's a common but optional use case, document that your plugin is often used with another plugin
- Make use of other plugins within your plugin! This reduces the amount of code you have to write and ensures a stable ecosystem.
1. Your plugin **must be tested**
Expand Down

0 comments on commit eb5fe6b

Please # to comment.