ladjs / express-cdn

:cloud: Node module for delivering optimized, minified, mangled, gzipped assets with Express and Amazon's CDN (S3/CloudFront)
MIT License
660 stars 104 forks source link

Fix get correct timestamp #93

Closed johanlaidlaw closed 8 years ago

johanlaidlaw commented 8 years ago

This should get the correct timestamp when checking if a file has been changed. Tested it manual by starting a server with and without a changed asset and checked if the asset actually were uploaded. Related to #92

niftylettuce commented 8 years ago

Released 0.2.8, thanks