From 1e85e0f891fce40f5436046ccdffd3bdfcf7bdb5 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 6 May 2015 13:08:34 -0700 Subject: Bump grunt-sass to ^1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 23b59c81a..b2800e686 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "grunt-jekyll": "~0.4.2", "grunt-jscs": "~1.5.0", "grunt-postcss": "^0.3.0", - "grunt-sass": "~0.18.0", + "grunt-sass": "^1.0.0", "grunt-saucelabs": "~8.6.0", "grunt-scss-lint": "^0.3.4", "grunt-sed": "~0.1.1", -- cgit v1.2.3 From d1fbe200f46002431cdeebf965c4b789ef7ed267 Mon Sep 17 00:00:00 2001 From: fat Date: Wed, 6 May 2015 13:34:14 -0700 Subject: remove closureness from plugins --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index b2800e686..107325a25 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "grunt": "~0.4.5", "grunt-autoprefixer": "~2.2.0", "grunt-banner": "~0.3.1", - "grunt-closure-tools": "^0.9.7", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-compress": "~0.13.0", "grunt-contrib-concat": "~0.5.1", @@ -54,7 +53,7 @@ "grunt-exec": "~0.4.6", "grunt-html": "~4.0.1", "grunt-jekyll": "~0.4.2", - "grunt-jscs": "~1.5.0", + "grunt-jscs": "~1.8.0", "grunt-postcss": "^0.3.0", "grunt-sass": "^1.0.0", "grunt-saucelabs": "~8.6.0", @@ -64,7 +63,6 @@ "markdown-it": "^4.0.1", "mq4-hover-shim": "^0.1.0", "npm-shrinkwrap": "^200.1.0", - "superstartup-closure-compiler": "^0.1.6", "time-grunt": "^1.1.0" }, "engines": { -- cgit v1.2.3 From 0724bd91ff81b5eca0addce0c336c72b3ec10be5 Mon Sep 17 00:00:00 2001 From: fat Date: Thu, 7 May 2015 12:48:22 -0700 Subject: es6 alert :| --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 107325a25..5e062297f 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "glob": "~5.0.3", "grunt": "~0.4.5", "grunt-autoprefixer": "~2.2.0", + "grunt-babel": "^5.0.0", "grunt-banner": "~0.3.1", "grunt-contrib-clean": "~0.6.0", "grunt-contrib-compress": "~0.13.0", @@ -85,6 +86,10 @@ "exports": "$" } }, - "files": ["css", "fonts", "js"] + "files": [ + "css", + "fonts", + "js" + ] } } -- cgit v1.2.3 From ab1578465aee4a776412b48f16bfefca79381919 Mon Sep 17 00:00:00 2001 From: fat Date: Tue, 12 May 2015 16:52:54 -0700 Subject: grunt test-js, grunt dist-js now working --- package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 5e062297f..5599e0fad 100644 --- a/package.json +++ b/package.json @@ -55,11 +55,13 @@ "grunt-html": "~4.0.1", "grunt-jekyll": "~0.4.2", "grunt-jscs": "~1.8.0", + "grunt-line-remover": "0.0.2", "grunt-postcss": "^0.3.0", "grunt-sass": "^1.0.0", "grunt-saucelabs": "~8.6.0", "grunt-scss-lint": "^0.3.4", "grunt-sed": "~0.1.1", + "grunt-stamp": "^0.1.0", "load-grunt-tasks": "~3.1.0", "markdown-it": "^4.0.1", "mq4-hover-shim": "^0.1.0", -- cgit v1.2.3 From 62da5947a8b5d0b40e15073fc4f9f98c2139af99 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 15 May 2015 12:11:15 -0700 Subject: Permanent proper fix for dist-css Bump mq4-hover-shim to ^0.2.0 Revert "fix dist css" This reverts commit b12d4bfa9a974d96a6a47fcb1fbaea264439b4b8. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 5599e0fad..c19bd8d89 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "grunt-stamp": "^0.1.0", "load-grunt-tasks": "~3.1.0", "markdown-it": "^4.0.1", - "mq4-hover-shim": "^0.1.0", + "mq4-hover-shim": "^0.2.0", "npm-shrinkwrap": "^200.1.0", "time-grunt": "^1.1.0" }, -- cgit v1.2.3