Skip to content

Commit

Permalink
Add troubleshooting section to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkaleta committed Oct 13, 2014
1 parent 9ce4155 commit e329674
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ If you've found Browser-sync useful and would like to contribute to its continue
1 Benjamín Eidelman
```

## Troubleshooting

The way browser-sync works is by injecting an asynchronous script tag (`<script async>...</script>`) right after the `<body>` tag during initial request. The role of this tag is to request a browser-sync's JS file when loading the page. In order for this to work properly the `<body>` tag must be present.

## License
Copyright (c) 2014 Shane Osbourne
Licensed under the GPL license.

0 comments on commit e329674

Please sign in to comment.