I set up Matomo 3 (latest release) on top of a Piwik 2 database. So far, so good.
Now when I try to log on, I only get a header with Matomo logo and the Javascript debugger complains: “Reference Error: $ is not defined.”
Checking in HTML source code what Matomo is actually loading, instead of d/l Javascript files directly, it loads them via index.php – very convenient when this generates HTML and not JS.
The HTML complains: “JShrink could not be found, maybe you are using Matomo from git and need to update Composer. $ php composer.phar update.”
I do not care about fuzzied JS. How do I switch this JShrink off? I saw no plug in.
I d/led and installed the official release from Download Matomo Free Web Analytics Tool - #1 Open Source Analytics . Only thing I realised during running /setup was that something complained about not being able to download Javascript. PHP scripts are not allowed to phone outside the intranet, and my browser did not report any other connection than to the local network.