Skip to content

Commit

Permalink
Merge branch 'nervo-fix-clean' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
greg5green committed Jun 28, 2015
2 parents 4038ac3 + b15fc51 commit 73b5176
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 73b5176

Please sign in to comment.