Skip to content

Commit

Permalink
fix(grunt): external .uncssrc causes unexpected result when raw i…
Browse files Browse the repository at this point in the history
…s empty
  • Loading branch information
sparanoid committed Oct 21, 2016
1 parent c541844 commit e26088a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .uncssrc

This file was deleted.

2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ module.exports = (grunt) ->

uncss_inline:
options:
uncssrc: ".uncssrc"
stylesheets: []

dist:
files: [
Expand Down

1 comment on commit e26088a

@Cee
Copy link

@Cee Cee commented on e26088a Oct 25, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Help a lot!

Please sign in to comment.