-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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. This may also address the issues in #2317 and #2264
- Loading branch information
1 parent
de55bc6
commit ad87a88
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters