Browse Source

tweak grunt clean:cdn command

Adam Shaw 13 years ago
parent
commit
3857ada289
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gruntfile.js

+ 1 - 1
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
 	// NOTE: not a complete clean. also need to manually worry about package.json and version folders