From dec2faec3d1ebdf0f72d5814e570ebc453346cde Mon Sep 17 00:00:00 2001 From: Bryan Braun Date: Fri, 15 May 2015 00:37:07 -0400 Subject: Update Anchor.js and port over the existing styles. Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it from the codebase and move any leftover styles over to docs.css. Closes #16488 by merging it. --- Gruntfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index f6cae30e3..32cc83fdf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -195,7 +195,7 @@ module.exports = function (grunt) { src: 'dist/css/<%= pkg.name %>-theme.css' }, docs: { - src: ['docs/assets/css/anchor.css', 'docs/assets/css/src/docs.css'] + src: ['docs/assets/css/src/docs.css'] }, examples: { expand: true, @@ -244,9 +244,7 @@ module.exports = function (grunt) { docs: { src: [ 'docs/assets/css/src/pygments-manni.css', - 'docs/assets/css/src/anchor.css', 'docs/assets/css/src/docs.css' - ], dest: 'docs/assets/css/docs.min.css' } -- cgit v1.2.3