From 117e1cf90c3c1e7699bdd1c3319002934002579b Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Wed, 31 Oct 2018 22:50:26 -0400 Subject: [PATCH 01/17] add 404.html --- 404.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 404.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..1e28f11 --- /dev/null +++ b/404.html @@ -0,0 +1,16 @@ + + + + + NgImmutableExample + + + + + + + + + \ No newline at end of file From 2e36c0b1757432efc3f1a6dbdd61dc640bf5e25e Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Wed, 31 Oct 2018 22:54:43 -0400 Subject: [PATCH 02/17] add YAML front matter --- 404.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/404.html b/404.html index 1e28f11..fa4d330 100644 --- a/404.html +++ b/404.html @@ -1,9 +1,13 @@ +--- +permalink: /404.html +--- + NgImmutableExample - + - - - - - \ No newline at end of file + + + NgImmutableExample + + + + + + + + + + + + + + + + + + + + From da5fa10db771779260e98904b96e5604df829bd3 Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Thu, 1 Nov 2018 14:48:04 -0400 Subject: [PATCH 06/17] rename title to test deploy latency --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index 073a7cb..826f7d4 100644 --- a/404.html +++ b/404.html @@ -6,7 +6,7 @@ - NgImmutableExample + UnpkgImmutableExample From db318d195df4132d0ce1410ddbc6fe00323fe36b Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Mon, 12 Nov 2018 21:39:56 -0500 Subject: [PATCH 07/17] change npm module --- 404.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/404.html b/404.html index 826f7d4..858c08b 100644 --- a/404.html +++ b/404.html @@ -11,8 +11,8 @@ - - + + - - + + + From 4adfe3541627a3fccd7da69cdc0be13ab95fa9b0 Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Tue, 27 Nov 2018 21:30:44 -0500 Subject: [PATCH 08/17] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 261eeb9..429899a 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2008 Meltwater Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 783ba0e4c76d203c403eb4ac38633a409853db38 Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Tue, 27 Nov 2018 21:36:28 -0500 Subject: [PATCH 09/17] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 429899a..987b33a 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2008 Meltwater + Copyright 2018 Meltwater Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 670d73202c7b069ae7c7d7db02066ad2a6d9748f Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Wed, 28 Nov 2018 22:42:51 -0500 Subject: [PATCH 10/17] bump the version to 0.0.2 --- 404.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/404.html b/404.html index 858c08b..964cd52 100644 --- a/404.html +++ b/404.html @@ -6,13 +6,13 @@ - UnpkgImmutableExample + unpkg-immutable-example - - + + - - + + + From 95273eb7e0a1f1e7e02b20c3ac18dc14ecc17d98 Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Wed, 28 Nov 2018 22:46:01 -0500 Subject: [PATCH 11/17] add gitignore --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee5c9d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. + +# compiled output +/dist +/tmp +/out-tsc + +# dependencies +/node_modules + +# IDEs and editors +/.idea +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# IDE - VSCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +# misc +/.sass-cache +/connect.lock +/coverage +/libpeerconnection.log +npm-debug.log +yarn-error.log +testem.log +/typings + +# System Files +.DS_Store +Thumbs.db From bfc3996d87a7a3025db6800df7b6e7a8f345557f Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Wed, 28 Nov 2018 22:46:19 -0500 Subject: [PATCH 12/17] change color environment variable --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index 964cd52..76f885c 100644 --- a/404.html +++ b/404.html @@ -16,7 +16,7 @@ From c62d5fe97d0c8b77d6a28089fc3079910bfc2262 Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Wed, 28 Nov 2018 22:54:24 -0500 Subject: [PATCH 13/17] Fix styles.js, vendor.js on deployment --- 404.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/404.html b/404.html index 76f885c..15ebbbe 100644 --- a/404.html +++ b/404.html @@ -12,7 +12,6 @@ - + + From d6ae69f956cc40ccc9f95edb61e4ef13aab1d5dd Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Wed, 28 Nov 2018 23:09:45 -0500 Subject: [PATCH 14/17] bump the version to 0.0.3 --- 404.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/404.html b/404.html index 15ebbbe..adb5f7a 100644 --- a/404.html +++ b/404.html @@ -11,11 +11,12 @@ - + + @@ -23,10 +24,8 @@ - - - - - + + + From 9885ee06c1d3f3fcd5df026cc7553f3ec2e5c754 Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Thu, 29 Nov 2018 22:36:48 -0500 Subject: [PATCH 15/17] bump the version to 0.0.4 --- 404.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/404.html b/404.html index adb5f7a..275056e 100644 --- a/404.html +++ b/404.html @@ -11,8 +11,8 @@ - - + + - - + + + From e487be76b4bb136f13591bd62f9e481c7771d4d9 Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Fri, 30 Nov 2018 21:50:51 -0500 Subject: [PATCH 16/17] bump to version 0.0.6 --- 404.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/404.html b/404.html index 275056e..c87bd56 100644 --- a/404.html +++ b/404.html @@ -11,8 +11,8 @@ - - + + - - + + + From 2a31bdb3b146ba8210cbb12331a3ed4955b4d76e Mon Sep 17 00:00:00 2001 From: Gene Connolly Date: Sun, 2 Dec 2018 21:55:35 -0500 Subject: [PATCH 17/17] update favicon link --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index c87bd56..d418343 100644 --- a/404.html +++ b/404.html @@ -11,7 +11,7 @@ - +