Add matomo plugin to build script

This commit is contained in:
Anton Wilhelm
2019-05-05 13:24:20 +02:00
parent b847c20cab
commit 3f50381090

View File

@@ -55,6 +55,7 @@ const buildAllPlugin = function () {
var plugins = [
{name: 'search', input: 'search/index.js'},
{name: 'ga', input: 'ga.js'},
{name: 'matomo', input: 'matomo.js'},
{name: 'emoji', input: 'emoji.js'},
{name: 'external-script', input: 'external-script.js'},
{name: 'front-matter', input: 'front-matter/index.js'},