From 7bd0b0afc0a29bc9151823ea5bdac64a930e4d3b Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Wed, 14 Oct 2015 11:51:20 +0100 Subject: [PATCH] Updated README.MD file --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 469e953..64e9ed3 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To include all its optional submodules ([Simple Grid](https://github.com/pdcreis #### Using Gulp -Install Gulp as a global NPM package, if you don't have it already: +Install Gulp as a global NPM package, if you don't have it already on your machine: npm install --global gulp @@ -48,24 +48,21 @@ Clone/download the barebones repositories into your WordPress /wp-content/themes npm install -Edit your gulpfile.js adding the required tasks (check the [Laravel Elixir](http://laravel.com/docs/master/elixir) documentation for further information and more tasks). +Edit your gulpfile.js adding the required tasks (check the [Laravel Elixir](http://laravel.com/docs/master/elixir) documentation for further information). Then run: -*to compile:* - gulp - -*to watch:* +*to compile* gulp watch - -*to minify:* +*to watch* gulp --production +*to minify* This will execute all the Gulp tasks on the gulpfile.js.