From 845e9342c5b12638abcd6aa5cf96c9ce87762e9f Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Sun, 9 Oct 2016 07:54:52 +0800 Subject: Add highlight.js and prism styles --- public/views/head.ejs | 3 --- 1 file changed, 3 deletions(-) (limited to 'public/views/head.ejs') diff --git a/public/views/head.ejs b/public/views/head.ejs index 5d8e44b6..6890ddf3 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -14,7 +14,6 @@ <% } else { %> - @@ -33,8 +32,6 @@ - - -- cgit v1.2.3 From d0997ed0c18de0f17ea2f9435558f88e3f0fdd1c Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Sun, 9 Oct 2016 18:08:46 +0800 Subject: Config TextExtract plugin and change build folder --- public/views/head.ejs | 1 + 1 file changed, 1 insertion(+) (limited to 'public/views/head.ejs') diff --git a/public/views/head.ejs b/public/views/head.ejs index 6890ddf3..2aa85689 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -36,6 +36,7 @@ + -- cgit v1.2.3 From 70c20aaddaff75c3d0b7eb0fd53da13bb5651387 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Sun, 9 Oct 2016 21:47:29 +0800 Subject: Remove redundant entry point --- public/views/head.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/views/head.ejs') diff --git a/public/views/head.ejs b/public/views/head.ejs index 2aa85689..72434892 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -36,7 +36,7 @@ - + -- 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/head.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/views/head.ejs') diff --git a/public/views/head.ejs b/public/views/head.ejs index 72434892..f4ba108a 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -36,7 +36,7 @@ - +<%- include build/index-header %> -- 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/head.ejs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'public/views/head.ejs') diff --git a/public/views/head.ejs b/public/views/head.ejs index f4ba108a..67884495 100644 --- a/public/views/head.ejs +++ b/public/views/head.ejs @@ -8,17 +8,16 @@ <% if(useCDN) { %> - - <% } else { %> - <% } %> + + -- cgit v1.2.3