Skip to content

Commit

Permalink
Only remove js files in clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Nov 12, 2013
1 parent 4dbf82f commit a81a46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = function(grunt) {
'* Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>;' +
' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> */\n',
clean: {
files: ['dist']
files: ['dist/*.js']
},
concat: {
options: {
Expand Down

0 comments on commit a81a46b

Please sign in to comment.