From 3b5057a1bb23ffcbb936e5b7c31d1c5768577cc2 Mon Sep 17 00:00:00 2001 From: Lukas Juhas Date: Thu, 30 Nov 2017 14:07:40 +0000 Subject: [PATCH] tidy up readme --- README.md | 33 ++++++++++----------------------- 1 file changed, 10 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 88bc1e2..0239ca6 100644 --- a/README.md +++ b/README.md @@ -54,29 +54,14 @@ Install Dependencies, you have haven't done yet: Then run: - gulp - -*to compile* - - gulp watch - -*to watch* - - 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)* +| Tasks | | +|----------------|--------------------------------------------------------------------| +| `gulp` | *to compile* (All tasks) | +| `gulp watch` | *to watch* | +| `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. @@ -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. +Of course, feel free to modify gulpfile itself. + ### Images Drop all your images into assets/images. When running gulp tasks, they will be automatically