Closed harshilmathur closed 10 years ago
Hi, when running middleman help inside the the project with this gem installed, the command for invalidation is shown as middleman cloudfront:invalidate while the actual command that works is middleman invalidate which was confusing to me. I think this is because of line 21 in this file https://github.com/andrusha/middleman-cloudfront/blob/master/lib/middleman-cloudfront/commands.rb .
middleman help
middleman cloudfront:invalidate
middleman invalidate
Hey! Thanks for the report. Yea, you're right I've missed that.
Hi, when running
middleman help
inside the the project with this gem installed, the command for invalidation is shown asmiddleman cloudfront:invalidate
while the actual command that works ismiddleman invalidate
which was confusing to me. I think this is because of line 21 in this file https://github.com/andrusha/middleman-cloudfront/blob/master/lib/middleman-cloudfront/commands.rb .