Request Akamai purge/invalidation.
Install this grunt plugin next to your project's Gruntfile with: npm install grunt-akamai-clear
Then add this line to your project's Gruntfile:
grunt.loadNpmTasks('grunt-akamai-clear');
Add the 'akamai' job to your grunt config
akamai: {
production: {
user: 'akamai_account@awesome_startup.biz',
password: '$00p3r-1337',
urls: ['http://www.awesome_startup.biz/js/scripts.min.js', 'http://www.awesome_startup.biz/css/style.css'],
notify: ['all_t3h_d3vs@awesome_startup.biz']
},
staging: {
user: 'akamai_account@awesome_startup.biz',
password: '$00p3r-1337',
urls: ['http://staging.awesome_startup.biz/js/scripts.min.js', 'http://staging.awesome_startup.biz/css/style.css'],
notify: ['ninja_d3v@awesome_startup.biz']
}
}
0.1.0 - initial release
Copyright (c) 2012 Patrick Kettner Licensed under the MIT license.