From 5d9e3a5ef95ed838b5268845a895b5aaeb947691 Mon Sep 17 00:00:00 2001 From: Jesse Tan Date: Wed, 20 Dec 2017 10:41:01 +0100 Subject: [PATCH] Do not remove Modernizr during cleaning --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 10bb69c7..a534b6e3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -124,7 +124,7 @@ module.exports = function(grunt) { build: ["demo_docs/build"], fonts: ["sphinx_rtd_theme/static/fonts"], css: ["sphinx_rtd_theme/static/css"], - js: ["sphinx_rtd_theme/static/js"] + js: ["sphinx_rtd_theme/static/js/*", "!sphinx_rtd_theme/static/js/modernizr.min.js"] }, watch: {