Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(watcher): use correct file sha in url query string
Use the most recently computed file sha present on the served file when setting the file sha in the scripts tags added to the context.html. This fixes an issue where the sha query arg would always be the sha of the file when karma initially started and would not take into account changes to the file when the watcher is running. Closes #2317, #2264
- Loading branch information