We are using the minifyhtml plugin, which removes all the whitespace from javascript files as a really simple method of minifying it, which means that it'll break the Javascript if there are any missing semicolons. It's a rather popular plugin and to make it directly work with the kirby-modules plugin, I simply added the missing semicolons.
We are using the minifyhtml plugin, which removes all the whitespace from javascript files as a really simple method of minifying it, which means that it'll break the Javascript if there are any missing semicolons. It's a rather popular plugin and to make it directly work with the kirby-modules plugin, I simply added the missing semicolons.