Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed Apr 22, 2015
1 parent eac9979 commit baf8755
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,7 @@ To watch _both_ frontend and backend files for changes and rebuild / restart
via nodemon use:

```sh
# Mac/Linux
$ node_modules/.bin/gulp watch

# Windows
$ node_modules\.bin\gulp watch
$ npm run-script watch
```

From there, you can navigate to:
Expand All @@ -203,8 +199,13 @@ From there, you can navigate to:
* [127.0.0.1:3001/test/client/test.html](http://127.0.0.1:3001/test/client/test.html):
Frontend (client) unit tests.

**Note**: `gulp watch` is currently broken on Windows.
See [Issue #28](https://github.com/FormidableLabs/full-stack-testing/issues/28).
**Note**: The `gulp watch` / `npm run-script watch` commands are currently
broken on Windows with Node `v0.12` for both:

* Webpack: [#35](https://github.com/FormidableLabs/full-stack-testing/issues/35)
* Nodemon: [#28](https://github.com/FormidableLabs/full-stack-testing/issues/28)

due to some file-watching issues.

[jQuery]: http://jquery.com/
[Webpack]: http://webpack.github.io/
Expand Down

0 comments on commit baf8755

Please sign in to comment.