tidy up readme
This commit is contained in:
parent
0836d2c428
commit
3b5057a1bb
33
README.md
33
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue