UNPKG

gulp

Version:
34 lines (22 loc) 1.57 kB
# gulp documentation * [Getting Started](getting-started.md) - How to get going with gulp * [API documentation](API.md) - Learn the ins and outs of using gulp * [Writing a Plugin](writing-a-plugin/README.md) - So you're writing a gulp plugin? Go here for the essential dos and don'ts. ## FAQ See [the FAQ](FAQ.md) for the answers to commonly asked questions. ## Articles and Recipes * [Getting started with gulp (by @markgdyr)](http://markgoodyear.com/2014/01/getting-started-with-gulp/) * [Working with multiple sources in one task](recipes/using-multiple-sources-in-one-task.md) * [Mocha test runner with gulp](recipes/mocha-test-runner-with-gulp.md) * [Rebuild only files that change](recipes/rebuild-only-files-that-change.md) * [Pass parameters from the command line](recipes/pass-params-from-cli.md) * [Using external config file](recipes/using-external-config-file.md) * [Running tasks in series](recipies/running-tasks-in-series.md) * [Introduction to node.js streams](https://github.com/substack/stream-handbook) * [Video introduction to node.js streams](http://www.youtube.com/watch?v=QgEuZ52OZtU) ## Presentations and slides * [Inspiration (slides)](http://slid.es/contra/gulp) ## License All the documentation is covered by the CC0 license *(do whatever you want with it - public domain)*. [![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) To the extent possible under law, [Fractal](http://wearefractal.com) has waived all copyright and related or neighboring rights to this work.