Merge pull request #1701 from Jeger/update-readme-browsersync

README updated for running browsersync without bedrock
This commit is contained in:
QWp6t
2016-08-31 08:25:40 -07:00
committed by GitHub

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