Updated README.MD file
This commit is contained in:
parent
d1ae44838d
commit
a43fa47797
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -45,15 +45,21 @@ Edit your gulpfile.js adding the required tasks (check the [Laravel Elixir](http
|
||||||
|
|
||||||
Then run:
|
Then run:
|
||||||
|
|
||||||
*to compile:*
|
*to compile:*
|
||||||
|
|
||||||
gulp
|
gulp
|
||||||
|
|
||||||
*to watch:*
|
|
||||||
|
*to watch:*
|
||||||
|
|
||||||
gulp watch
|
gulp watch
|
||||||
|
|
||||||
*to minify:*
|
|
||||||
|
*to minify:*
|
||||||
|
|
||||||
gulp --production
|
gulp --production
|
||||||
|
|
||||||
|
|
||||||
This will execute all the Gulp tasks on the gulpfile.js.
|
This will execute all the Gulp tasks on the gulpfile.js.
|
||||||
|
|
||||||
## WordPress Support
|
## WordPress Support
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue