Updated README.MD file

This commit is contained in:
Pedro Reis 2015-10-14 11:32:25 +01:00
parent d1ae44838d
commit a43fa47797

View file

@ -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