From d530c089c2cff7145b236a2d02e2dd76308472d5 Mon Sep 17 00:00:00 2001 From: Rob Simpson Date: Sun, 14 Dec 2014 10:11:53 -0500 Subject: [PATCH] article on optimizing web code Article with a good outline of how to use gulp to optimize web code using gulp. really enjoyable article easy to read --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index f9cc85af8..2e1305496 100644 --- a/docs/README.md +++ b/docs/README.md @@ -37,6 +37,7 @@ Post on [StackOverflow with a #gulp tag](http://stackoverflow.com/questions/tagg * [Building With Gulp](http://www.smashingmagazine.com/2014/06/11/building-with-gulp/) * [Gulp - The Basics (screencast)](https://www.youtube.com/watch?v=dwSLFai8ovQ) * [Get started with gulp (video series)](http://www.youtube.com/playlist?list=PLRk95HPmOM6PN-G1xyKj9q6ap_dc9Yckm) +* [Optimize your web code with gulp](http://www.linuxuser.co.uk/tutorials/optimise-your-web-code-with-gulp-js) ## Examples