Closed 4eek closed 11 years ago
Npm should normally take care of that. There is a prepublish hook that should take care of that.
https://github.com/mllrsohn/grunt-invalidate-cloudfront/blob/master/package.json#L28
But I'll look into it. Thanks for the report
I still have this problem
Should be fixed with https://github.com/mllrsohn/grunt-invalidate-cloudfront/commit/94a08229126775e95f411e938491fa90c51ab0b5
Also published it to npm
it works. thanks for your quick reply. So the problem is npm updated new version so there is no need for prepublish ?
prepublish would take care and run coffee local on my dev environment before publishing the module to npm. But somehow that is broken. Anyways I just added it to the repo. If I find the time, I'll rewrite it in js to get rid of the coffee file :)
awesome, thanks for the explanation :)
I believe that Grunt is expecting a "tasks" folder and not a "src" folder.
I was getting this error...
When I renamed src to tasks the invalidation worked.