Skip to content

Commit

Permalink
fix(grunt): removing .uncssrc causes upgrading errors and missing s…
Browse files Browse the repository at this point in the history
…tylesheets got uncssed, need a better solution, just add it back for now for backward compatibility
  • Loading branch information
sparanoid committed Nov 8, 2016
1 parent 7d8e611 commit acc75e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .uncssrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ module.exports = (grunt) ->

uncss_inline:
options:
uncssrc: ".uncssrc"
htmlroot: "<%= config.dist %>"

dist:
Expand Down

0 comments on commit acc75e9

Please sign in to comment.