Grunt plugin to interact with the KeyCDN API.
grunt.initConfig({
keycdn: {
purgeZone: {
options: {
apiKey: '{your_api_key}',
zoneId: '{zone_id}',
method: 'get'
}
},
},
});
grunt.initConfig({
keycdn: {
purgeURL: {
options: {
apiKey: '{your_api_key}',
zoneId: '{zone_id}',
method: 'del'
},
files: [
{ dest: 'demo-1.kxcdn.com/css/main.css' },
{ dest: 'demo-1.kxcdn.com/img/logo.png' }
],
},
},
});
For more details visit https://www.keycdn.com