update readme
This commit is contained in:
parent
4028c754b9
commit
0836d2c428
|
@ -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
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ export default {
|
|||
/**
|
||||
* Scripts
|
||||
*
|
||||
* Add path cotinuing after 'config.src'
|
||||
* Add path continuing after 'config.src'
|
||||
*/
|
||||
scripts: [
|
||||
'/js/scripts.js',
|
||||
|
|
Loading…
Reference in New Issue