processwire-issues
processwire-issues copied to clipboard
AdminThemeUikit main.min.js is never used
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).
Unrelated, but I am wondering what tool you use to minify JS when developing ProcessWire?
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.