ligershark / WebOptimizer

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

Feature Request: Watch For Changes #236

Closed jwbats closed 2 years ago

jwbats commented 2 years ago

I'm running a test with this. Implemented it exactly as described in the readme.md.

It works well for me. But I've noticed my minified/bundled js source files aren't being watched for changes.

I'd like this to work so I can use it during dev-time. It's the only way to know for sure that your project will work on production.

Now I have to restart my app for every time I want to test a js change.

jwbats commented 2 years ago

I just noticed the cache settings for the appsettings.json.

Never mind.