Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Alexander Melo
Alexander Melo
4,297 Points

Where do you find the list of Gulp Modules?

In the Gulp basics, he pulls up gulp-uglify, gulp-minify and all these gulp modules. I don't know they are plugins but where is the site that I can see a list of all my possibilities.

Hello, gulp works with nodejs. You can find plugins here https://www.npmjs.com/. Also look at the github repository.

1 Answer

Alexander Melo
Alexander Melo
4,297 Points

Hey thank you for the help.