Skip to content

Commit c5e67fb

Browse files
Add analytics script (#1)
Add analytics script
2 parents 309e76c + 3b066e5 commit c5e67fb

13 files changed

+56
-31
lines changed

build/asset-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.e724d899.chunk.css",
4-
"main.js": "/static/js/main.b8162989.chunk.js",
5-
"main.js.map": "/static/js/main.b8162989.chunk.js.map",
4+
"main.js": "/static/js/main.91df94a4.chunk.js",
5+
"main.js.map": "/static/js/main.91df94a4.chunk.js.map",
66
"runtime-main.js": "/static/js/runtime-main.9f59d3bd.js",
77
"runtime-main.js.map": "/static/js/runtime-main.9f59d3bd.js.map",
8-
"static/js/2.dee84cbf.chunk.js": "/static/js/2.dee84cbf.chunk.js",
9-
"static/js/2.dee84cbf.chunk.js.map": "/static/js/2.dee84cbf.chunk.js.map",
8+
"static/js/2.af2cf93b.chunk.js": "/static/js/2.af2cf93b.chunk.js",
9+
"static/js/2.af2cf93b.chunk.js.map": "/static/js/2.af2cf93b.chunk.js.map",
1010
"index.html": "/index.html",
11-
"precache-manifest.f52aba2010725ab3fcb52e5f2832c562.js": "/precache-manifest.f52aba2010725ab3fcb52e5f2832c562.js",
11+
"precache-manifest.7cb477413e590953c99723815f1fa5f6.js": "/precache-manifest.7cb477413e590953c99723815f1fa5f6.js",
1212
"service-worker.js": "/service-worker.js",
1313
"static/css/main.e724d899.chunk.css.map": "/static/css/main.e724d899.chunk.css.map",
14-
"static/js/2.dee84cbf.chunk.js.LICENSE": "/static/js/2.dee84cbf.chunk.js.LICENSE"
14+
"static/js/2.af2cf93b.chunk.js.LICENSE": "/static/js/2.af2cf93b.chunk.js.LICENSE"
1515
},
1616
"entrypoints": [
1717
"static/js/runtime-main.9f59d3bd.js",
18-
"static/js/2.dee84cbf.chunk.js",
18+
"static/js/2.af2cf93b.chunk.js",
1919
"static/css/main.e724d899.chunk.css",
20-
"static/js/main.b8162989.chunk.js"
20+
"static/js/main.91df94a4.chunk.js"
2121
]
2222
}

build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Natural Language Understanding is a collection of APIs that offer text analysis through natural language processing. This set of APIs can analyze text to help you understand its concepts, entities, keywords, sentiment, and more."/><link rel="apple-touch-icon" href="/public/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Natural Language Understanding</title><link href="/static/css/main.e724d899.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(i){function e(e){for(var t,r,n=e[0],o=e[1],u=e[2],l=0,a=[];l<n.length;l++)r=n[l],Object.prototype.hasOwnProperty.call(f,r)&&f[r]&&a.push(f[r][0]),f[r]=0;for(t in o)Object.prototype.hasOwnProperty.call(o,t)&&(i[t]=o[t]);for(s&&s(e);a.length;)a.shift()();return c.push.apply(c,u||[]),p()}function p(){for(var e,t=0;t<c.length;t++){for(var r=c[t],n=!0,o=1;o<r.length;o++){var u=r[o];0!==f[u]&&(n=!1)}n&&(c.splice(t--,1),e=l(l.s=r[0]))}return e}var r={},f={1:0},c=[];function l(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{}};return i[e].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=i,l.c=r,l.d=function(e,t,r){l.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(t,e){if(1&e&&(t=l(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(l.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)l.d(r,n,function(e){return t[e]}.bind(null,n));return r},l.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(t,"a",t),t},l.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},l.p="/";var t=this["webpackJsonp@ibm-watson/nlu-code-pattern"]=this["webpackJsonp@ibm-watson/nlu-code-pattern"]||[],n=t.push.bind(t);t.push=e,t=t.slice();for(var o=0;o<t.length;o++)e(t[o]);var s=n;p()}([])</script><script src="/static/js/2.dee84cbf.chunk.js"></script><script src="/static/js/main.b8162989.chunk.js"></script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Natural Language Understanding is a collection of APIs that offer text analysis through natural language processing. This set of APIs can analyze text to help you understand its concepts, entities, keywords, sentiment, and more."/><link rel="apple-touch-icon" href="/public/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Natural Language Understanding</title><link href="/static/css/main.e724d899.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(i){function e(e){for(var t,r,n=e[0],o=e[1],u=e[2],l=0,a=[];l<n.length;l++)r=n[l],Object.prototype.hasOwnProperty.call(f,r)&&f[r]&&a.push(f[r][0]),f[r]=0;for(t in o)Object.prototype.hasOwnProperty.call(o,t)&&(i[t]=o[t]);for(s&&s(e);a.length;)a.shift()();return c.push.apply(c,u||[]),p()}function p(){for(var e,t=0;t<c.length;t++){for(var r=c[t],n=!0,o=1;o<r.length;o++){var u=r[o];0!==f[u]&&(n=!1)}n&&(c.splice(t--,1),e=l(l.s=r[0]))}return e}var r={},f={1:0},c=[];function l(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{}};return i[e].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=i,l.c=r,l.d=function(e,t,r){l.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(t,e){if(1&e&&(t=l(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(l.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var n in t)l.d(r,n,function(e){return t[e]}.bind(null,n));return r},l.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(t,"a",t),t},l.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},l.p="/";var t=this["webpackJsonp@ibm-watson/nlu-code-pattern"]=this["webpackJsonp@ibm-watson/nlu-code-pattern"]||[],n=t.push.bind(t);t.push=e,t=t.slice();for(var o=0;o<t.length;o++)e(t[o]);var s=n;p()}([])</script><script src="/static/js/2.af2cf93b.chunk.js"></script><script src="/static/js/main.91df94a4.chunk.js"></script></body></html>

build/precache-manifest.f52aba2010725ab3fcb52e5f2832c562.js renamed to build/precache-manifest.7cb477413e590953c99723815f1fa5f6.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
self.__precacheManifest = (self.__precacheManifest || []).concat([
22
{
3-
"revision": "1b55e8ebb0a7821da66d2a2949302f7f",
3+
"revision": "b223cd217e594e01866ee26562d76851",
44
"url": "/index.html"
55
},
66
{
7-
"revision": "2a997cc9547d33e6e051",
7+
"revision": "b2ff68ec2ef1886a0c65",
88
"url": "/static/css/main.e724d899.chunk.css"
99
},
1010
{
11-
"revision": "2d161aa7b30bf384ed33",
12-
"url": "/static/js/2.dee84cbf.chunk.js"
11+
"revision": "7d5a2b89a531d642d986",
12+
"url": "/static/js/2.af2cf93b.chunk.js"
1313
},
1414
{
1515
"revision": "5d03d7ab426f948560bd807db622e15b",
16-
"url": "/static/js/2.dee84cbf.chunk.js.LICENSE"
16+
"url": "/static/js/2.af2cf93b.chunk.js.LICENSE"
1717
},
1818
{
19-
"revision": "2a997cc9547d33e6e051",
20-
"url": "/static/js/main.b8162989.chunk.js"
19+
"revision": "b2ff68ec2ef1886a0c65",
20+
"url": "/static/js/main.91df94a4.chunk.js"
2121
},
2222
{
2323
"revision": "943ff24e949884b1b647",

build/service-worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
1515

1616
importScripts(
17-
"/precache-manifest.f52aba2010725ab3fcb52e5f2832c562.js"
17+
"/precache-manifest.7cb477413e590953c99723815f1fa5f6.js"
1818
);
1919

2020
self.addEventListener('message', (event) => {
@@ -35,5 +35,5 @@ workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
3535

3636
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/index.html"), {
3737

38-
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
38+
blacklist: [/^\/_/,/\/[^\/?]+\.[^\/]+$/],
3939
});

build/static/js/2.dee84cbf.chunk.js renamed to build/static/js/2.af2cf93b.chunk.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/2.dee84cbf.chunk.js.map renamed to build/static/js/2.af2cf93b.chunk.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/main.b8162989.chunk.js renamed to build/static/js/main.91df94a4.chunk.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/main.91df94a4.chunk.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/main.b8162989.chunk.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)