From 8f5497c628edb5545a9bfef50738cf202829331f Mon Sep 17 00:00:00 2001 From: ediblecode Date: Wed, 18 Jan 2017 09:46:16 +0000 Subject: [PATCH 01/22] Add missing dependency breaking the build --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f17f556..e797d26 100755 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "grunt-contrib-watch": "*", "load-grunt-tasks": "*", "minifyify": "*", + "cssify": "*", "node-lessify": "*", "partialify": "*" } From 4ed157a749c4815da035276558c33e203daa4ed9 Mon Sep 17 00:00:00 2001 From: ediblecode Date: Wed, 18 Jan 2017 10:28:06 +0000 Subject: [PATCH 02/22] itr2083-Changing links to https This a rework of this commit into the source: https://github.com/nhsevidence/NICE.Bootstrap/commit/53540a439d04c9895f7da006cca7d36b2725144d --- lib/config/evidence.js | 10 +++++----- lib/config/services.js | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/config/evidence.js b/lib/config/evidence.js index a9dcafe..5a4e6e1 100644 --- a/lib/config/evidence.js +++ b/lib/config/evidence.js @@ -1,26 +1,26 @@ module.exports = { search: { - href: "http://www.evidence.nhs.uk", + href: "https://www.evidence.nhs.uk", label: "Evidence search", title: "Evidence search" }, bnf: { - href: "http://www.evidence.nhs.uk/formulary/bnf/current", + href: "https://www.evidence.nhs.uk/formulary/bnf/current", label: "BNF", title: "British National Formulary" }, bnfc: { - href: "http://www.evidence.nhs.uk/formulary/bnfc/current", + href: "https://www.evidence.nhs.uk/formulary/bnfc/current", label: "BNFC", title: "British National Formulary for Children" }, cks: { - href: "http://cks.nice.org.uk", + href: "https://cks.nice.org.uk", label: "CKS", title: "Clinical Knowledge Summaries" }, journals: { - href: "http://www.nice.org.uk/about/what-we-do/evidence-services/journals-and-databases", + href: "https://www.nice.org.uk/about/what-we-do/evidence-services/journals-and-databases", label: "Journals and databases", title: "Journals and databases" } diff --git a/lib/config/services.js b/lib/config/services.js index ff18470..aa3f896 100644 --- a/lib/config/services.js +++ b/lib/config/services.js @@ -1,14 +1,14 @@ module.exports = { pathways: { - href: "http://pathways.nice.org.uk", + href: "https://pathways.nice.org.uk/", label: "NICE Pathways" }, guidance: { - href: "http://www.nice.org.uk/Guidance", + href: "https://www.nice.org.uk/guidance", label: "NICE Guidance" }, standards: { - href: "http://www.nice.org.uk/standards-and-indicators", + href: "https://www.nice.org.uk/standards-and-indicators", label: "Standards and indicators" } }; From eb7627ab3465e3472c70c07eabda1834b80f5181 Mon Sep 17 00:00:00 2001 From: ediblecode Date: Wed, 18 Jan 2017 10:29:24 +0000 Subject: [PATCH 03/22] itr2153-Change to uppercase This is a rework of this commit into the source: https://github.com/nhsevidence/NICE.Bootstrap/commit/e3da0de128060ee3737bfce361d57d1eaee24023 --- lib/templates/services/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/services/menu.html b/lib/templates/services/menu.html index a79a709..1decffc 100644 --- a/lib/templates/services/menu.html +++ b/lib/templates/services/menu.html @@ -1,6 +1,6 @@
- menu + Menu