Pestov / essential-gulp-plugins

Living list of most useful plugins for Gulp
http://ipestov.com/essential-plugins-for-gulp/
921 stars 72 forks source link

Plugins from gulp blacklist #2

Open maxmalov opened 9 years ago

maxmalov commented 9 years ago

"Official" blacklist: https://github.com/gulpjs/plugins/blob/master/src/blackList.json

For example, gulp-requirejs and gulp-browserify are blacklisted plugins, since you can use rjs and browserify directly in gulp tasks.

Pestov commented 9 years ago

Yes, you are right. So what you think about how I can mark this task? I must remove them or select them as offical recipes by gulp team in new section?

maxmalov commented 9 years ago

I think the additional section with recipes would be perfect. Besides you can mention there that not all cases require a specific gulp plugin (difference from grunt), because you can use corresponding tools directly. Also additional notification about blacklisted plugins can be added. Smth like:

Recipes

browserify - optimize the work with and Browserify. Do not use gulp-browserify

What do you think about that?

Pestov commented 9 years ago

Sounds good. Thanks. I will add it in the near future.