README updated for running browsersync without bedrock

Readme now has instructions on how to run `npm watch` without bedrock
This commit is contained in:
halvard
2016-05-04 14:02:49 +02:00
parent 6655fff6fb
commit 34d49c24b6

View File

@@ -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/).