remy / inliner

Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites
MIT License
1.1k stars 165 forks source link

--nocache option #130

Closed christophemacabiau closed 7 years ago

remy commented 7 years ago

What's the thinking behind this PR? Is there an existing problem it solves?

christophemacabiau commented 7 years ago

sure! I have a use case where some files are built independently of the build chain using inliner. When these files are updated, inliner uses the cache version...

remy commented 7 years ago

Idle PR so closing. Sorry, happy to reopen (after a rebase) if it becomes active again. Thank you!

pici-masp commented 6 years ago

I stumbled upon the same problem. Files are watched and updated if change happens. Cache is always giving me back the first version.