Skip to content

Commit

Permalink
fix(grunt): avoid cleaning empty files
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jun 29, 2016
1 parent 531711e commit 32c7d4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,9 @@ module.exports = (grunt) ->
src: "<%= amsf.base %>/themes/<%= amsf.theme.current %>"

cleanempty:
options:
files: false

dist:
src: ["<%= config.dist %>/**/*"]

Expand Down

0 comments on commit 32c7d4c

Please sign in to comment.