From c4d7f002bccf0a05efbf0397372b62f71262aa24 Mon Sep 17 00:00:00 2001 From: Paul Spencer Date: Thu, 18 Jul 2013 08:10:44 -0700 Subject: [PATCH] Updated Moving to NPM and Grunt (markdown) --- Moving-to-NPM-and-Grunt.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Moving-to-NPM-and-Grunt.md b/Moving-to-NPM-and-Grunt.md index 18468f0..0ebf703 100644 --- a/Moving-to-NPM-and-Grunt.md +++ b/Moving-to-NPM-and-Grunt.md @@ -11,9 +11,9 @@ The actual development tasks will be run via [Grunt](gruntjs.com). Grunt requir ## Installation ### From Source -`git clone https://github.com/openlayers/ol3.git` -`cd ol3` -`npm install` +`git clone https://github.com/openlayers/ol3.git +cd ol3 +npm install` ### From NPM @@ -73,6 +73,8 @@ Both `npm install` and `npm install ol3` will process the `package.json` depende * test - what Tim did! +* integration-test - does this make sense if the examples are no longer _built_? + * build - grunt build * doc - grunt doc