From 0836d2c42823e95e54cec26270a81737ddc4d03e Mon Sep 17 00:00:00 2001 From: Lukas Juhas Date: Thu, 30 Nov 2017 13:51:38 +0000 Subject: [PATCH] update readme --- README.md | 6 +++++- config.barebones.js | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42bdfc1..88bc1e2 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ Then run: This will execute all the Gulp tasks on the gulpfile.babel.js. +### Configuration for Gulp + +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. + ### Images Drop all your images into assets/images. When running gulp tasks, they will be automatically @@ -99,7 +103,7 @@ Compatible with WordPress 3.2 and above, but always use the latest version. ## Tips & Tricks -### SVG Fallbacks +### SVG Fallbacks Most likely if you need to support IE8 diff --git a/config.barebones.js b/config.barebones.js index 724864e..87a2cb8 100644 --- a/config.barebones.js +++ b/config.barebones.js @@ -26,7 +26,7 @@ export default { /** * Scripts * - * Add path cotinuing after 'config.src' + * Add path continuing after 'config.src' */ scripts: [ '/js/scripts.js',