Skip to content

Commit

Permalink
Update externals libs
Browse files Browse the repository at this point in the history
  • Loading branch information
didierfred committed Mar 22, 2020
1 parent b9e61d1 commit ae384e3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GreenPanel.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <H4 data-i18n="bestPractices"></H4>
</table>
</div>
</div>
<script src="script/externalLibs/require.js"> </script>
<script src="script/externalLibs/require.2.3.6.js"> </script>
<script src="script/utils.js"> </script>
<script src="script/rulesManager.js"> </script>
<script src="script/rules.js"> </script>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/Manual/test2.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Optimize bitmap images --> OK No bitmap image to optimize <br>
Optimize svg images --> OK No svg to optimize <br>
Do not use plugins --> OK No plugin found <br>
Provide print stylesheet --> OK No print stylesheet found <br>
Provide print stylesheet --> NOK No print stylesheet found <br>
Do not use standarts social button --> OK No standart social network button found <br>
Limit Stylesheet files (<3) --> OK Not more that 2 stylesheets found <br>
Use ETags (>= 95%) --> OK <br>
Expand Down
2 changes: 1 addition & 1 deletion tests/Manual/test3.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
Add expires or cache-control headers (>= 95%) --> OK <br>
Compress ressources (>= 95%) --> OK <br>
Limit the number of domains (<3) --> OK 1 domain(s) found .....<br>
Don't resize image in browser --> NOK 1 image(s) resized in browser found .....<br>
Don't resize image in browser --> OK 0 image(s) resized in browser found .....<br>
Avoid empty src tag --> NOK 2 empty src tag(s) found <br>
Externalize css --> NOK 1 inline stylesheet(s) found <br>
Externalize js --> OK 1 inline javascripts found <br>
Expand Down
2 changes: 1 addition & 1 deletion tests/SpecRunner.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<script src="spec/Utils_Spec.js"></script>
<script src="spec/EcoIndex_Spec.js"></script>
<script src="spec/Rules_Spec.js"></script>
<script src="../script/externalLibs/require.js"></script>
<script src="../script/externalLibs/require.2.3.6.js"></script>
<script src="../script/rulesManager.js"></script>
<script src="../script/rules/AddExpiresOrCacheControlHeaders.js"> </script>
<script src="../script/rules/CompressHttp.js"> </script>
Expand Down
2 changes: 1 addition & 1 deletion tests/test_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

</style>
<!-- JS scripts are only for test , content is not used, could have been other js scripts -->
<script type="text/javascript" src="../script/externalLibs/require.js"> </script>
<script type="text/javascript" src="../script/externalLibs/require.2.3.6.js"> </script>
<script type="text/javascript" src="../script/analyseFrame.js"></script>
<script type="text/javascript" src="../script/ecoIndex.js"> </script>
<script type="text/javascript" src="../script/rulesManager.js"> </script>
Expand Down

0 comments on commit ae384e3

Please sign in to comment.