Skip to content

Commit

Permalink
fix(grunt): Fix clean release folders
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed Nov 11, 2013
1 parent eaa216a commit bb3899c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gruntfile.js
Expand Up @@ -71,7 +71,10 @@ module.exports = function(grunt) {
files: [{
dot: true,
src: [
'assets/**/*',
'<%= dir.css %>/**/*',
'<%= dir.js %>/**/*',
'<%= dir.images %>/**/*',
'<%= dir.fonts %>/**/*',
'partials/**/*',
'*.hbs'
]
Expand Down

0 comments on commit bb3899c

Please sign in to comment.