tweak grunt clean:cdn command

This commit is contained in:
Adam Shaw
2013-03-30 00:58:20 -07:00
parent 470c8b9313
commit 3857ada289
+1 -1
View File
@@ -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