Updated README.MD file

This commit is contained in:
Pedro Reis 2015-10-14 11:51:20 +01:00
parent 7d60d3992f
commit 7bd0b0afc0
1 changed files with 5 additions and 8 deletions

View File

@ -40,7 +40,7 @@ To include all its optional submodules ([Simple Grid](https://github.com/pdcreis
#### Using Gulp #### Using Gulp
Install Gulp as a global NPM package, if you don't have it already: Install Gulp as a global NPM package, if you don't have it already on your machine:
npm install --global gulp npm install --global gulp
@ -48,24 +48,21 @@ Clone/download the barebones repositories into your WordPress /wp-content/themes
npm install npm install
Edit your gulpfile.js adding the required tasks (check the [Laravel Elixir](http://laravel.com/docs/master/elixir) documentation for further information and more tasks). Edit your gulpfile.js adding the required tasks (check the [Laravel Elixir](http://laravel.com/docs/master/elixir) documentation for further information).
Then run: Then run:
*to compile:*
gulp gulp
*to compile*
*to watch:*
gulp watch gulp watch
*to watch*
*to minify:*
gulp --production gulp --production
*to minify*
This will execute all the Gulp tasks on the gulpfile.js. This will execute all the Gulp tasks on the gulpfile.js.