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