Updated README.MD file
This commit is contained in:
parent
877beb9b4f
commit
d1ae44838d
1 changed files with 8 additions and 3 deletions
11
README.md
11
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue