Skip to content

Commit

Permalink
fix(grunt): Fix clean release task
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed Nov 11, 2013
1 parent d704be5 commit 37d13e4
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 @@ -71,8 +71,8 @@ module.exports = function(grunt) {
files: [{
dot: true,
src: [
'assets',
'partials',
'assets/**/*',
'partials/**/*',
'*.hbs'
]
}]
Expand Down

0 comments on commit 37d13e4

Please sign in to comment.