File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
}
37
37
</ style >
38
38
39
- < script src ="/prototype.js " type ="text/javascript "> </ script >
40
- < script src ="/js/mocha.js " type ="text/javascript "> </ script >
41
- < script src ="/js/proclaim.js " type ="text/javascript "> </ script >
42
- < script src ="/js/test_helpers.js " type ="text/javascript "> </ script >
39
+ < script src ="/prototype.js? <%= @unique_asset_string %> " type ="text/javascript "> </ script >
40
+ < script src ="/js/mocha.js? <%= @unique_asset_string %> " type ="text/javascript "> </ script >
41
+ < script src ="/js/proclaim.js? <%= @unique_asset_string %> " type ="text/javascript "> </ script >
42
+ < script src ="/js/test_helpers.js? <%= @unique_asset_string %> " type ="text/javascript "> </ script >
43
43
44
44
< script type ="text/javascript ">
45
45
var eventResults = { } ;
52
52
</ script >
53
53
54
54
<% @suites . each do |suite | %>
55
- < script src ="/js/tests/<%= suite %> .test.js " type ="text/javascript "> </ script >
55
+ < script src ="/js/tests/<%= suite %> .test.js? <%= @unique_asset_string %> " type ="text/javascript "> </ script >
56
56
<% end %>
57
57
58
58
</ head >
You can’t perform that action at this time.
0 commit comments