Skip to content

Commit

Permalink
Delete parent dist and docs folders during clean tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
greg5green committed Jun 28, 2015
1 parent 737603c commit b15fc51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ module.exports = function(grunt) {

// clean
clean: {
docs: [ '<%= app.docs.dest %>/**/*' ],
dist: [ 'dist/**/*' ]
docs: [ '<%= app.docs.dest %>' ],
dist: [ 'dist' ]
},

// sass
Expand Down

0 comments on commit b15fc51

Please sign in to comment.