Who uses gulp? #540
Replies: 152 comments
-
"Kalexiko" use gulp on our bespoke CMS, we use it to handle our admin pane assets, individual module assets and in some cases front-end assets. Our website is: http://kalexiko.com Cheers, |
Beta Was this translation helpful? Give feedback.
-
We use gulp at Clef. We primarily use it to build and version all of our assets (SCSS, coffeescript, browserify, images). Switched from Grunt about 3 months ago. Unfortunately, our main app gulpfile isn't open source right now, but it will be in the nearish future. We also use it to build assets for our WordPress plugin and that gulpfile is open source. |
Beta Was this translation helpful? Give feedback.
-
We use gulp here at Netflix. |
Beta Was this translation helpful? Give feedback.
-
@btford Angular? |
Beta Was this translation helpful? Give feedback.
-
@maxkfranz cytoscape? |
Beta Was this translation helpful? Give feedback.
-
We use Gulp in a number of projects at Code for America |
Beta Was this translation helpful? Give feedback.
-
@balexliu Any info on what you guys use it for? |
Beta Was this translation helpful? Give feedback.
-
We use gulp in Yeoman for the gulp-webapp generator. Logo. |
Beta Was this translation helpful? Give feedback.
-
we use Gulp at Mashape to streamline and automate our development process, which allows us to spend more time on building our core product, and deliver more value to our users. Gulp gives us tenfold the value and speed compared to Grunt and other tools. |
Beta Was this translation helpful? Give feedback.
-
@contra We're using it as a build system/task manager for parts of the website that live on our Node.js stack. The usual suspects, like (pre-)processing of client side assets (JS/CSS) are in there, but we also wrap up various other environment setup tasks as gulp tasks. This includes shelling out to other internal command line tools, which lets us nicely integrate external dependencies and compose them quite nicely with other gulp tasks. We also make heavy use of the watch capability in development. The goal is to get everything on Node, eventually. |
Beta Was this translation helpful? Give feedback.
-
@ahmadnassri Got an approved logo? |
Beta Was this translation helpful? Give feedback.
-
@contra just updated my comment with one. will have to come back later and add a description of how we use it. |
Beta Was this translation helpful? Give feedback.
-
@AntouanK hidemyass? |
Beta Was this translation helpful? Give feedback.
-
Yeap, 'hive' agency used gulp heavily for making the front-end part of HMA's new website. On 23 Jun 2014 00:38, "Eric Schoffstall" notifications@github.com wrote:
|
Beta Was this translation helpful? Give feedback.
-
Very interesting. |
Beta Was this translation helpful? Give feedback.
-
We use it https://github.com/cfpb/cfgov-refresh/tree/master/gulp |
Beta Was this translation helpful? Give feedback.
-
We use gulp in: mediasoupCutting Edge WebRTC Video Conferencing JsSIPThe JavaScript SIP Library |
Beta Was this translation helpful? Give feedback.
-
we use gulp at https://muddii.com |
Beta Was this translation helpful? Give feedback.
-
vscode uses gulp https://github.com/microsoft/vscode |
Beta Was this translation helpful? Give feedback.
-
In progress Angular & standalone library with Gulp 4 and TypeScript No logo (yet?...). |
Beta Was this translation helpful? Give feedback.
-
We frequently use Gulp for client work as well as our own internal projects at Buildit. Most of our client stuff is under NDA (but does include some well-known brands). Notable internal projects using Gulp are:
Thanks for making Gulp! Keep up the great work! |
Beta Was this translation helpful? Give feedback.
-
We use Gulp 4 at Digibís to process and compile our frontend files. Some sites that we made are : |
Beta Was this translation helpful? Give feedback.
-
We use Gulp4 in the phonegap(cordova) project to compile mobile app. And, when exporting JS and CSS, call webpack from gulp and use it. |
Beta Was this translation helpful? Give feedback.
-
WP Rig uses gulp 4 |
Beta Was this translation helpful? Give feedback.
-
At SAB International, we use Gulp 4 on all our CLI and Front End projects. As a task launcher, we use it for any kind of operation: compile/generate the assets, lint the code, check the project dependencies, perform file system actions, run the unit tests, etc. A sample Gulp file, as we have on our projects: |
Beta Was this translation helpful? Give feedback.
-
We at Write! by Inform use gulp to handle build tasks including triggering webpack. |
Beta Was this translation helpful? Give feedback.
-
Thanks for such an amazing work! |
Beta Was this translation helpful? Give feedback.
-
Global CTO Forum connects world's leading CTOs and technology stakeholders. We prefer at Global CTO Forum. |
Beta Was this translation helpful? Give feedback.
-
We would like to gather a list of projects/companies using gulp, for the website.
Let us know if your project/company uses gulp and wouldn't mind being mentioned on the website. Include a logo with a link to the project if you have one. And a link to the gulpfile if it's Open Source. A short description on how you use gulp and how it has helped you is also welcome.
Beta Was this translation helpful? Give feedback.
All reactions