From acc75e97eb51a672ed7f161cc816f6c13471a86f Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Tue, 8 Nov 2016 18:44:44 +0800 Subject: [PATCH] fix(grunt): removing `.uncssrc` causes upgrading errors and missing stylesheets got uncssed, need a better solution, just add it back for now for backward compatibility --- .uncssrc | 1 + Gruntfile.coffee | 1 + 2 files changed, 2 insertions(+) create mode 100644 .uncssrc diff --git a/.uncssrc b/.uncssrc new file mode 100644 index 000000000..0967ef424 --- /dev/null +++ b/.uncssrc @@ -0,0 +1 @@ +{} diff --git a/Gruntfile.coffee b/Gruntfile.coffee index f7a13cfdf..93cffc9d6 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -252,6 +252,7 @@ module.exports = (grunt) -> uncss_inline: options: + uncssrc: ".uncssrc" htmlroot: "<%= config.dist %>" dist: