SilentVoid13/Templater

Minify main.js

kepano opened this issue · 1 comments

Releases of Templater use an unminified version of main.js. This causes the plugin to take longer to load than necessary. By adding a minify step to the build script, you should be able to significantly speed up the app load time, particularly on mobile.

Fixed, thank you!