File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
21
21
1 . Your plugin ** must be tested**
You can’t perform that action at this time.
0 commit comments