Skip to content

Commit

Permalink
tweak grunt clean:cdn command
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Mar 30, 2013
1 parent 470c8b9 commit 3857ada
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 @@ -234,7 +234,7 @@ module.exports = function(grunt) {
);
});

config.clean.cdn = 'build/cdn/<%= meta.version %>/';
config.clean.cdn = 'build/cdn/<%= meta.version %>/*';
// NOTE: not a complete clean. also need to manually worry about package.json and version folders


Expand Down

0 comments on commit 3857ada

Please sign in to comment.