You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/writing-a-plugin/guidelines.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@
14
14
- For example: A JS minification plugin should not have an option that adds a header as well
15
15
1. Your plugin shouldn't do things that other plugins are responsible for
16
16
- It should not concat, [gulp-concat](https://github.com/contra/gulp-concat) does that
17
-
- It should not add headers, [gulp-header](https://github.com/godaddy/gulp-header) does that
18
-
- It should not add footers, [gulp-footer](https://github.com/godaddy/gulp-footer) does that
17
+
- It should not add headers, [gulp-header](https://www.npmjs.com/package/gulp-header) does that
18
+
- It should not add footers, [gulp-footer](https://www.npmjs.com/package/gulp-footer) does that
19
19
- If it's a common but optional use case, document that your plugin is often used with another plugin
20
20
- Make use of other plugins within your plugin! This reduces the amount of code you have to write and ensures a stable ecosystem.
0 commit comments