Ember CLI addon to purge your CDNify cache on successul s3 deploys using ember-cli-deploy. Without this plugin, CDNify will not immediately serve your newly deployed code; instead, it will only be available after the configured cache time has elapsed.
$ ember install ember-cli-deploy-cdnify-purge-cache
ember server
- Visit your app at http://localhost:4200.
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.