From 3857ada2896be3a57ebdc0f1e600f1c8ccd35429 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sat, 30 Mar 2013 00:58:20 -0700 Subject: [PATCH] tweak grunt clean:cdn command --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 89e92c6..4771380 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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