We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6531f commit 8dc99a4Copy full SHA for 8dc99a4
README.md
@@ -38,9 +38,12 @@ php bin/magento setup:di:compile
38
php bin/magento setup:static-content:deploy
39
```
40
41
-## Get List Of Used JS
+## Get List Of Used JS On A Sigle Page
42
43
/* Use in browser console */
44
+/* Replace PATH_TO_JS with a string of static content URL including language. E.g.
45
+'https://domain.com/pub/static/version1549034518/frontend/Magento/luma/en_US/'
46
+*/
47
globalSrc = '';
48
jQuery('script').each(function(){
49
if (!jQuery(this).attr('src')) return;
0 commit comments