From 9ae5d321b5b35388b7b734275963f7575b4fcc79 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 7 Jan 2014 19:50:58 -0800 Subject: bump grunt-contrib-less to v0.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 34a3fa5c2..2c4519656 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "grunt-contrib-copy": "~0.5.0", "grunt-contrib-csslint": "~0.2.0", "grunt-contrib-jshint": "~0.8.0", - "grunt-contrib-less": "~0.8.3", + "grunt-contrib-less": "~0.9.0", "grunt-contrib-qunit": "~0.3.0", "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-watch": "~0.5.3", -- cgit v1.2.3 From 39861714a80b68cd42a2e2b812be53f0b0f6b70d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 17 Oct 2013 19:52:16 -0700 Subject: Use JS & Jade to generate the customizer variables form HTML from variables.less; fixes #11095 also updates variables file organization (courtesy @mdo) --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 2c4519656..fdf16c4d4 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "grunt-contrib-connect": "~0.6.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-csslint": "~0.2.0", + "grunt-contrib-jade": "~0.8.0", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-less": "~0.9.0", "grunt-contrib-qunit": "~0.3.0", @@ -44,7 +45,8 @@ "grunt-jscs-checker": "~0.3.0", "grunt-saucelabs": "~4.1.2", "grunt-sed": "~0.1.1", - "load-grunt-tasks": "~0.2.1" + "load-grunt-tasks": "~0.2.1", + "markdown": "~0.5.0" }, "jspm": { "main": "js/bootstrap", -- cgit v1.2.3 From 7ba6daabfe9686bbfbf12d1b83cda387378acc2b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 8 Jan 2014 21:15:37 -0800 Subject: bump grunt-contrib-jade to v0.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index fdf16c4d4..8bcd4840e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "grunt-contrib-connect": "~0.6.0", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-csslint": "~0.2.0", - "grunt-contrib-jade": "~0.8.0", + "grunt-contrib-jade": "~0.9.1", "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-less": "~0.9.0", "grunt-contrib-qunit": "~0.3.0", -- cgit v1.2.3