processwire / processwire-issues

ProcessWire issue reports.
44 stars 2 forks source link

AdminThemeUikit main.min.js is never used #1920

Closed jlahijani closed 1 month ago

jlahijani commented 2 months ago

I'm not sure if this if this is a bug or a conversation, but I noticed in AdminThemeUikit _head.php never actually loads main.min.js (just main.js).

jlahijani commented 2 months ago

Unrelated, but I am wondering what tool you use to minify JS when developing ProcessWire?

ryancramerdesign commented 1 month ago

Thanks @jlahijani I've pushed a fix for this. I don't manually minify the core JS as PhpStorm seems to do it automatically. I think it uses uglifyjs, but not certain.