processwire-issues icon indicating copy to clipboard operation
processwire-issues copied to clipboard

AdminThemeUikit main.min.js is never used

Open jlahijani opened this issue 1 year ago • 1 comments

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 avatar May 07 '24 16:05 jlahijani

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

jlahijani avatar May 07 '24 16:05 jlahijani

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.

ryancramerdesign avatar May 17 '24 16:05 ryancramerdesign