From 20f2e27350dba2f77199b434a4c236073f1aae04 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Mon, 10 Oct 2016 10:14:17 +0800 Subject: Cover page is now working --- public/views/index.ejs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index f5f848e6..04a401a4 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -205,10 +205,7 @@ - - - - + -- cgit v1.2.3 From 9c8752d4521c7cffccf4313eca5cd6ff4f88c305 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Tue, 11 Oct 2016 12:30:30 +0800 Subject: Split common vendor javascript into chunks --- public/views/index.ejs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index 04a401a4..79ee5ddc 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -193,9 +193,8 @@ <% } else { %> - + - -- cgit v1.2.3 From 06437ccaa995afc48e30154c136c4e485ac04ae7 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Tue, 11 Oct 2016 14:52:45 +0800 Subject: Manage more packages with npm and webpack --- public/views/index.ejs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index 79ee5ddc..c7bea341 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -185,6 +185,7 @@ + <% if(useCDN) { %> @@ -193,17 +194,10 @@ <% } else { %> - - <% } %> - - - - - -- cgit v1.2.3 From 56c5378939c6498d0440b3ed76a604523678073f Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Tue, 11 Oct 2016 17:15:06 +0800 Subject: Optimize viz.js async rendering through webpack chunk --- public/views/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index c7bea341..c00623c6 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -185,7 +185,7 @@ - + <% if(useCDN) { %> -- cgit v1.2.3 From 91266f1cad25c5f19f332134dd82011f01ce7419 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Wed, 12 Oct 2016 17:03:47 +0800 Subject: Load more scripts using webpack --- public/views/index.ejs | 1 - 1 file changed, 1 deletion(-) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index 93933771..f24a039e 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -203,7 +203,6 @@ <% } else { %> - <% } %> -- cgit v1.2.3 From 2cafe15e854b493d335652755b74674c7e2da4f6 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Wed, 12 Oct 2016 17:15:59 +0800 Subject: Enable production assets hash --- public/views/index.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index f24a039e..0e41db57 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -27,6 +27,7 @@ + <%- include build/cover-header %> @@ -193,7 +194,6 @@ - <% if(useCDN) { %> @@ -205,7 +205,7 @@ <% } %> - + <%- include build/cover-scripts %> -- cgit v1.2.3 From 773c0ce39e2da7ea155949b5a6dae986a747e89a Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 11:42:17 +0800 Subject: Optimize common assets with CDN * jquery * lodash * socket.io * boostrap --- public/views/index.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/views/index.ejs') diff --git a/public/views/index.ejs b/public/views/index.ejs index 0e41db57..0bc3dd50 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -195,7 +195,6 @@ ================================================== --> <% if(useCDN) { %> - @@ -205,6 +204,8 @@ <% } %> + + <%- include build/cover-scripts %> -- cgit v1.2.3