update readme

This commit is contained in:
Lukas Juhas 2017-11-30 13:51:38 +00:00
parent 4028c754b9
commit 0836d2c428
2 changed files with 6 additions and 2 deletions

View File

@ -80,6 +80,10 @@ Then run:
This will execute all the Gulp tasks on the gulpfile.babel.js. 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 ### 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
@ -99,7 +103,7 @@ Compatible with WordPress 3.2 and above, but always use the latest version.
## Tips & Tricks ## Tips & Tricks
### SVG Fallbacks ### SVG Fallbacks
Most likely if you need to support IE8 Most likely if you need to support IE8

View File

@ -26,7 +26,7 @@ export default {
/** /**
* Scripts * Scripts
* *
* Add path cotinuing after 'config.src' * Add path continuing after 'config.src'
*/ */
scripts: [ scripts: [
'/js/scripts.js', '/js/scripts.js',