From 07075456b7ec16e095dbbf1a2c3faea08e3ab8c2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 4 Sep 2013 14:09:22 -0700 Subject: [PATCH 1/3] bump grunt-recess to 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 017b07dc70..c70a282901 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ , "grunt-contrib-watch": "~0.5.1" , "grunt-html-validation": "~0.1.4" , "grunt-jekyll": "~0.3.8" - , "grunt-recess": "~0.3.3" + , "grunt-recess": "~0.4.0" , "browserstack-runner": "~0.0.11" } } From d10ed7ef5e5ca3b8e4babcde12b9ee9a253f9336 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 4 Sep 2013 14:15:51 -0700 Subject: [PATCH 2/3] bump minor/patch versions of other dependencies --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c70a282901..af3c00a148 100644 --- a/package.json +++ b/package.json @@ -22,16 +22,16 @@ , "devDependencies": { "grunt": "~0.4.1" , "grunt-contrib-clean": "~0.5.0" - , "grunt-contrib-connect": "~0.4.0" + , "grunt-contrib-connect": "~0.4.1" , "grunt-contrib-concat": "~0.3.0" - , "grunt-contrib-copy": "~0.4.0" - , "grunt-contrib-jshint": "~0.6.0" - , "grunt-contrib-uglify": "~0.2.2" + , "grunt-contrib-copy": "~0.4.1" + , "grunt-contrib-jshint": "~0.6.4" + , "grunt-contrib-uglify": "~0.2.4" , "grunt-contrib-qunit": "~0.2.2" - , "grunt-contrib-watch": "~0.5.1" - , "grunt-html-validation": "~0.1.4" - , "grunt-jekyll": "~0.3.8" + , "grunt-contrib-watch": "~0.5.3" + , "grunt-html-validation": "~0.1.5" + , "grunt-jekyll": "~0.3.9" , "grunt-recess": "~0.4.0" - , "browserstack-runner": "~0.0.11" + , "browserstack-runner": "~0.0.12" } } From a9b58181c6575e6d49c5d5d99132afbc4f079726 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 4 Sep 2013 15:25:07 -0700 Subject: [PATCH 3/3] clarify working directory requirement of `npm install` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ef9c6a432..29d7e99034 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Bootstrap uses [Grunt](http://gruntjs.com/) with convenient methods for working From the command line: 1. Install `grunt-cli` globally with `npm install -g grunt-cli`. -2. Install the [necessary local dependencies](package.json) via `npm install` +2. From the root `/bootstrap` directory, install the [necessary local dependencies](package.json) via `npm install`. When completed, you'll be able to run the various Grunt commands provided from the command line.