Generate source-maps from babel and uglifyjs

This commit is contained in:
Jonny Barnes 2017-03-21 16:34:17 +00:00
parent a56017f0ec
commit 3940e77612
21 changed files with 105 additions and 44 deletions

View file

@ -0,0 +1,8 @@
// Piwik in its own js file to allow usage with a CSP policy
var _paq = _paq || [];
// tracker methods like "setCustomDimension" should be called before "trackPageView"
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(['setTrackerUrl', 'https://analytics.jmb.lv/piwik.php']);
_paq.push(['setSiteId', '1']);