Skip to content
Snippets Groups Projects
Unverified Commit 77ec529f authored by Gustavo Maronato's avatar Gustavo Maronato Committed by GitHub
Browse files

Fix #401 (#402)

parent 039480a0
Branches
No related tags found
No related merge requests found
......@@ -18,6 +18,6 @@ function compilefile(input, output, templateVars = {}) {
compilefile(relPath('src/plausible.js'), relPath('../priv/tracker/js/plausible.js'))
compilefile(relPath('src/plausible.js'), relPath('../priv/tracker/js/plausible.hash.js'), {hashMode: true})
compilefile(relPath('src/plausible.js'), relPath('../priv/tracker/js/plausible.outbound-links.js'), {outboundLinks: true})
compilefile(relPath('src/plausible.js'), relPath('../priv/tracker/js/plausible.hash.outbound-links.js'), {hash: true, outboundLinks: true})
compilefile(relPath('src/plausible.js'), relPath('../priv/tracker/js/plausible.hash.outbound-links.js'), {hashMode: true, outboundLinks: true})
compilefile(relPath('src/p.js'), relPath('../priv/tracker/js/p.js'))
fs.copyFileSync(relPath('../priv/tracker/js/plausible.js'), relPath('../priv/tracker/js/analytics.js'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment