README updated for running browsersync without bedrock
Readme now has instructions on how to run `npm watch` without bedrock
This commit is contained in:
12
README.md
12
README.md
@@ -118,6 +118,18 @@ For example, if your local development URL is `https://project-name.dev` you wou
|
||||
...
|
||||
```
|
||||
|
||||
If you are not using [Bedrock](https://roots.io/bedrock/), you should also update `publicPatch` to reflect your folder strutcture.
|
||||
|
||||
If your theme is placed in folder called `sage` in a standard wordpress setup it should look like this:
|
||||
```json
|
||||
...
|
||||
"output": {
|
||||
"path": "dist",
|
||||
"publicPath": "/wp-content/themes/sage/dist/"
|
||||
}
|
||||
...
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
Sage documentation is available at [https://roots.io/sage/docs/](https://roots.io/sage/docs/).
|
||||
|
||||
Reference in New Issue
Block a user