diff --git a/Developer-Guide.md b/Developer-Guide.md index e0e1e6e..fb54f60 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -44,7 +44,6 @@ The minimum requirements are: * Java 7 (JRE and JDK) * [PhantomJS](http://phantomjs.org/) 1.6 or higher * [Closure Linter](https://developers.google.com/closure/utilities/docs/linter_howto) -* [Plovr](http://plovr.com/) - you can use a build target (see below) to download this The executables `git`, `gjslint`, `java`, `jar`, `python`, and `phantomjs` should be in your `PATH`. To install the `regex` Python module, run `pip install regex`. @@ -89,10 +88,7 @@ latter is a meta-target that basically runs `lint`, `build`, and `test`. The `serve` target starts the [Plovr](http://plovr.com/) web server. You'll need to start the Plovr server for running the examples and the tests. More -information on that further down. If you do not have Plovr, you can download -it with: - - $ ./build.py plovr +information on that further down. Other targets include `doc` and `integration-test`. The latter is the target used on Travis CI. See ol3's [Travis configuration file](https://github.com/openlayers/ol3/blob/master/.travis.yml).