From e31fbe9b50cf2ffee9f4fc4ca5e050a41842326c Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Mon, 25 Jul 2016 15:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3task=E6=8A=A5=E9=94=99?= =?UTF-8?q?=EF=BC=8C=E6=89=BE=E4=B8=8D=E5=88=B0uglifier=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/tasks/wechat.rake | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/wechat.rake b/lib/tasks/wechat.rake index bbba9994c..dd02f9209 100644 --- a/lib/tasks/wechat.rake +++ b/lib/tasks/wechat.rake @@ -1,5 +1,6 @@ #coding=utf-8 # +require 'uglifier' def compress(srcs, outfile) wechat_path = File.join(Rails.root, "public", "javascripts", "wechat")