tidy up readme

This commit is contained in:
Lukas Juhas 2017-11-30 14:07:40 +00:00
parent 0836d2c428
commit 3b5057a1bb
1 changed files with 10 additions and 23 deletions

View File

@ -54,29 +54,14 @@ Install Dependencies, you have haven't done yet:
Then run: Then run:
gulp | Tasks | |
|----------------|--------------------------------------------------------------------|
*to compile* | `gulp` | *to compile* (All tasks) |
| `gulp watch` | *to watch* |
gulp watch | `gulp images` | *to optimise images* |
| `gulp styles` | *to compile styles* |
*to watch* | `gulp scripts` | *to compile scripts* |
| `gulp build` | *to create a build (minification, removes map files and comments)* |
gulp images
*to optimise images*
gulp styles
*to compile styles*
gulp scripts
*to compile scripts*
gulp build
*to create a build (minification, removes map files and comments)*
This will execute all the Gulp tasks on the gulpfile.babel.js. This will execute all the Gulp tasks on the gulpfile.babel.js.
@ -84,6 +69,8 @@ This will execute all the Gulp tasks on the gulpfile.babel.js.
Some of the configuration can be done in `config.barebones.js` file, such as base source and public paths, along with scripts file paths for multiple bundles. Some of the configuration can be done in `config.barebones.js` file, such as base source and public paths, along with scripts file paths for multiple bundles.
Of course, feel free to modify gulpfile itself.
### Images ### Images
Drop all your images into assets/images. When running gulp tasks, they will be automatically Drop all your images into assets/images. When running gulp tasks, they will be automatically