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 12, 2013
1 parent 613a7f9 commit 5949166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -71,8 +71,8 @@ module.exports = function(grunt) {
files: [{
dot: true,
src: [
'<%= dir.assets %>/**/*',
'partials/**/*',
'assets',
'partials',
'*.hbs'
]
}]
Expand Down

0 comments on commit 5949166

Please sign in to comment.