Skip to content

Commit

Permalink
README updated for running browsersync without bedrock
Browse files Browse the repository at this point in the history
Readme now has instructions on how to run `npm watch` without bedrock
  • Loading branch information
halvardos committed Aug 31, 2016
1 parent 6655fff commit 34d49c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 34d49c2

Please sign in to comment.