Do not remove Modernizr during cleaning

This commit is contained in:
Jesse Tan 2017-12-20 10:41:01 +01:00
parent 6878cfd465
commit 5d9e3a5ef9

View File

@ -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: {