{"id":12950078,"date":"2020-06-07T12:07:24","date_gmt":"2020-06-07T12:07:24","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/script-dependences-are-not-working-properly\/"},"modified":"2020-06-07T12:39:47","modified_gmt":"2020-06-07T12:39:47","slug":"script-dependences-are-not-working-properly","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/script-dependences-are-not-working-properly\/","title":{"rendered":"Script dependencies are not working properly"},"content":{"rendered":"<p>I have my main JS file that being enqueued on all pages:<br \/>\n<code>wp_enqueue_script(&#039;mainscript&#039;, get_template_directory_uri() . &#039;\/assets\/js\/theme-script.js&#039;);<\/code><\/p>\n<p>Also I have a few scripts, that appear only on one page:<\/p>\n<pre><code>if (is_page(&#039;about&#039;)) {\n    wp_enqueue_script(&#039;typed&#039;, get_template_directory_uri() . &#039;\/assets\/js\/typed.min.js&#039;, [&#039;mainscript&#039;], &#039;&#039;, true);\n    wp_enqueue_script(&#039;about-page&#039;, get_template_directory_uri() . &#039;\/assets\/js\/pages\/about.js&#039;, [&#039;typed&#039;], &#039;&#039;, true);\n}<\/code><\/pre>\n<p>As you can see, I add &#8220;mainscript&#8221; as dependency to my &#8220;about page&#8221; scripts. Also, I excluded these scripts from being optimized in AutoOptimize settings (I want them to be loaded in separated file\/files).<\/p>\n<p>But &#8220;about scripts&#8221; <a href=\"https:\/\/i.imgur.com\/dM0m3x1.png\" rel=\"noopener noreferrer\" target=\"_blank\">load before main script cache file<\/a>. What can I do to fix this?<\/p>\n<p>p.s. when I logged as admin (and my files are not optimized) &#8211; it works fine.<\/p>\n","protected":false},"template":"","class_list":["post-12950078","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/12950078","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":6,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/12950078\/revisions"}],"predecessor-version":[{"id":12950182,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/12950078\/revisions\/12950182"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=12950078"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}