From 87a75ad5956f0f70bff9e7308c6ca712159b68a7 Mon Sep 17 00:00:00 2001 From: Paul Spencer Date: Thu, 18 Jul 2013 05:44:43 -0700 Subject: [PATCH] Updated Moving to NPM and Grunt (markdown) --- Moving-to-NPM-and-Grunt.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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