Links not working for CSS/JS on backend
-
Thanks for this plugin.
I noticed on 7.2.0 the CSS and JS files in the backend aren’t loading as the minified files are missing from the plugin assets folder:
woocommerce-delivery-notes/assets/js/dismiss-tracking-notice.min.js
woocommerce-delivery-notes/assets/css/admin.min.css
woocommerce-delivery-notes/assets/js/tyche.min.js?ver=7.2.0The non-minified files are there but the get_asset_url functions tells WordPress to load the .min. files if debugging is off.
Would it be possible for the minified files to be added or the get_asset_url function changed to load the non minified versions instead?
You must be logged in to reply to this topic.