soyturk / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

File Cache shouldn't fail writes silently #160

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Don't just silence errors with "@". 

Good point by Alex Neth: "If for instance your directory is not writable by
mistake (quite possible to happen if you have a number of deployments) then
it will just ignore this and regenerate every time."

Original issue reported on code.google.com by mrclay....@gmail.com on 4 Feb 2010 at 2:26

GoogleCodeExporter commented 9 years ago
Failed writes should probably go to Minify_Logger::log()

Original comment by mrclay....@gmail.com on 24 Feb 2010 at 3:45