diff --git a/Moving-to-NPM-and-Grunt.md b/Moving-to-NPM-and-Grunt.md index 5f514d1..f0cd497 100644 --- a/Moving-to-NPM-and-Grunt.md +++ b/Moving-to-NPM-and-Grunt.md @@ -2,10 +2,10 @@ This is a collection of information about, and hopefully decisions for, a move a ### Related issues and PRs -Plovr-free build (@twpayne) #456 -use-node (@tschaub) #804 -build should use more robust javascript parsing (@twpayne) #308 -Examples and Plovr (@elemoine) #241 +* Plovr-free build (@twpayne) [#456](https://github.com/openlayers/ol3/pull/456) +* use-node (@tschaub) [#804](https://github.com/openlayers/ol3/pull/804) +* build should use more robust javascript parsing (@twpayne) [#308](https://github.com/openlayers/ol3/issues/308) +* Examples and Plovr (@elemoine) [#241](https://github.com/openlayers/ol3/issues/241) ### Notes from @twpayne @@ -18,9 +18,9 @@ Examples and Plovr (@elemoine) #241 ### Replacing Plovr +These things will need to be downloaded: -[http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz](http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz) - -[http://dl.google.com/closure-compiler/compiler-latest.zip](http://dl.google.com/closure-compiler/compiler-latest.zip) - -[http://closure-library.googlecode.com/files/closure-library-20130212-95c19e7f0f5f.zip](http://closure-library.googlecode.com/files/closure-library-20130212-95c19e7f0f5f.zip) or `git clone https://code.google.com/p/closure-library/ build/closure-library` \ No newline at end of file +* [http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz](http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz) +* [http://dl.google.com/closure-compiler/compiler-latest.zip](http://dl.google.com/closure-compiler/compiler-latest.zip) +* [http://closure-library.googlecode.com/files/closure-library-20130212-95c19e7f0f5f.zip](http://closure-library.googlecode.com/files/closure-library-20130212-95c19e7f0f5f.zip) or + git clone https://code.google.com/p/closure-library/ build/closure-library \ No newline at end of file