From 55ddddd84bacfbf8b7693c2a9afbbc7f20b5a7dd Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Wed, 2 Nov 2016 11:26:25 +0800 Subject: Require cover stylesheets --- public/js/cover.js | 3 +++ public/views/index.ejs | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/js/cover.js b/public/js/cover.js index c02f6c81..6bc55dd9 100644 --- a/public/js/cover.js +++ b/public/js/cover.js @@ -1,5 +1,8 @@ require('./locale'); +require('../css/cover.css'); +require('../css/site.css'); + var common = require('./common'); var checkIfAuth = common.checkIfAuth; var urlpath = common.urlpath; diff --git a/public/views/index.ejs b/public/views/index.ejs index 9b411bb8..1b04886a 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -30,8 +30,6 @@ <% } %> <%- include build/cover-header %> - - -- cgit v1.2.3