From e662b46627017292ef6cb8da67bdc5d7ade965b1 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Thu, 12 Feb 2015 13:35:35 +0800 Subject: [PATCH] Use minified jQuery on cdn for production env --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 019d7b33..09f5fc94 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -19,9 +19,8 @@ var indexTemplate = _.template(indexFile); * and define the strings here. */ -// Cant access googleapis in China :-/ var prodDependencies = [ - '', + '', '', '', ''