gulp-recipes
Updates as of 20 March 2016: I have originally created this so that the Gulp community would be able help each other to find solutions to common use-cases. I have since moved away from Gulp to Webpack for most of my work, and have not been actively participating in Gulp's latest activities (I'm not knocking on Gulp, it is still a useful tool. Webpack just works well for my case).
Some (most? or all?) of the recipes in this repo has not been updated for a while, and may not work as expected. But I do hope that those in the Gulp community still help each other grow, and I'd be very happy to accept PRs for any existing or new recipes. Or even a new maintainer =)
Not your typical collection of gulp recipes for your streaming build.
Rather than having a big 'ol
gulpfile.jswith a ton of
gulp.task(), * each recipe is a standalone folder, * with its own
gulpfile.jsand minimal set of
gulp.task(), * healthy pinch of comments, * comes along with real examples that you can
gulpto see it in action, * a big serving of
README.mdincluded!
Simply
cdto a recipe folder,
gulpand slurp away.
browser-sync-nodemon-expressjs
browser-sync+
gulp-nodemonto serve an ExpressJS app for live-reloaded development.
browserify-vanilla
browserifyand stop using
gulp-browserify.
browserify-separating-app-and-vendor-bundles
browserify(and its friends) to separate codebase into multiple bundles for better build times.
unnecessary-wrapper-gulp-plugins
Pre-requisites
npm install -g gulp
Install
git clone https://github.com/sogko/gulp-recipes cd gulp-recipes [sudo] npm install # some modules require sudo to install on some machines
Running a recipe example
browser-sync-nodemon-expressjs
cd browser-sync-nodemon-expressjs gulp
gulpjs
Kagami
All are most welcome! Pull requests, issues, contributors and snacks, bring 'em to the party!
You
MIT