From a43fa477978a69e412b3157f221866b2ff6852f3 Mon Sep 17 00:00:00 2001 From: Pedro Reis Date: Wed, 14 Oct 2015 11:32:25 +0100 Subject: [PATCH] Updated README.MD file --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c035325..fec0610 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,21 @@ Edit your gulpfile.js adding the required tasks (check the [Laravel Elixir](http Then run: -*to compile:* +*to compile:* + gulp -*to watch:* + +*to watch:* + gulp watch -*to minify:* + +*to minify:* + gulp --production + This will execute all the Gulp tasks on the gulpfile.js. ## WordPress Support