serverless-cloudfront-invalidate icon indicating copy to clipboard operation
serverless-cloudfront-invalidate copied to clipboard

Does not invalidate main.js

Open wangwalton opened this issue 5 years ago • 1 comments

Do I need to add every single file under items? Does this plug in check if a file has since been updated and the conditionally invalidate?

items: - '/index.html'

wangwalton avatar Dec 07 '19 21:12 wangwalton

It is not able to conditionally check for updated files, but you can specify a pattern.

Ie. /* will match all files.

tschoffelen avatar Jan 30 '20 09:01 tschoffelen