cassette
cassette copied to clipboard
Support Live Browser Reload when in Debug Mode
When editing CSS / LESS or Javascript files, you could use a FileSystemWatcher to watch files for changes, and use something like WebSockets to push the changed Styles/Javascript down to the browser.
That'd be one awesome feature to have.