Skip to content

Commit

Permalink
Fix Cannot delete files outside the current working directory. for no…
Browse files Browse the repository at this point in the history
…de 5.7.0
  • Loading branch information
mdasberg committed Mar 2, 2016
1 parent d6d526b commit cc5900c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@

// Before generating any new files, remove any previously-created files.
clean: {
options: {
force: true
},
tests: ['.tmp'],
install: ['lib']
},
Expand Down

0 comments on commit cc5900c

Please sign in to comment.