Updating readme
File urls work fine now, so using a HTTP server has become optional.
This commit is contained in:
@@ -18,17 +18,15 @@ Run the [Plovr](http://plovr.com/) web server with:
|
|||||||
|
|
||||||
$ make serve
|
$ make serve
|
||||||
|
|
||||||
Then, start a simple webserver, for example:
|
Then, either open one of the example html files from the `examples` directory directly in your browser, or start a simple webserver, for example:
|
||||||
|
|
||||||
$ python -mSimpleHTTPServer
|
$ python -mSimpleHTTPServer
|
||||||
|
|
||||||
Explore the `examples/` directory through this server, for example
|
and explore the `examples/` directory, for example by opening
|
||||||
<http://localhost:8000/examples/side-by-side.html>. You can turn off
|
<http://localhost:8000/examples/side-by-side.html>.
|
||||||
compilation by appending `?mode=RAW` to the URL, for example
|
|
||||||
<http://localhost:8000/examples/side-by-side.html?mode=RAW>.
|
|
||||||
|
|
||||||
Note that appending `?mode=RAW` doesn't work with `file://` URLs, which is why
|
You can turn off compilation by appending `?mode=RAW` to the URL, for example
|
||||||
you need to access the `examples/` directory though a web server.
|
<http://localhost:8000/examples/side-by-side.html?mode=RAW>.
|
||||||
|
|
||||||
## Run tests
|
## Run tests
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user