Skip to content

Commit

Permalink
Docs: Fix broken gulp-header/gulp-footer links (closes #1851) (#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson authored and phated committed Nov 8, 2016
1 parent 0469094 commit 54169eb
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 54169eb

Please sign in to comment.