mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
tweak grunt clean:cdn command
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user