From 44812c56d22de2d97cb05f3bad8d9844dcdd7a3e Mon Sep 17 00:00:00 2001 From: alsotang Date: Sun, 21 Sep 2014 21:28:48 +0800 Subject: [PATCH] speed test --- views/topic/index.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/views/topic/index.html b/views/topic/index.html index e0251e6..b0c7b6e 100644 --- a/views/topic/index.html +++ b/views/topic/index.html @@ -1,3 +1,12 @@ + +<%- Loader('/public/editor.min.js') +.js('/public/libs/marked.js') +.js('/public/libs/editor/editor.js') +.js('/public/libs/webuploader/webuploader.withoutimage.js') +.js('/public/libs/editor/ext.js') +.done(assets, config.site_static_host, config.mini_assets) +%> +