ligershark / WebOptimizer

A bundler and minifier for ASP.NET Core
Apache License 2.0
753 stars 113 forks source link

`README.md` | Add note about cache busting for files, `pipeline.AddFiles()`. #235

Closed salembream closed 7 months ago

salembream commented 2 years ago

Hello there, I recently wanted to use WebOptimizer for a project I work on, cache busting didn't work for me until I figured out (by debugging the library codes) that the file should be added somehow to the assets.

If this note (or at least giving a hint about pipeline.AddFiles() function) was in the README it would save me a lot of time, hope it will do for the others.

madskristensen commented 7 months ago

Thanks