From 5cd7d5cb6333bac2fbbffa63b3d55083298dbcc2 Mon Sep 17 00:00:00 2001 From: Jarred de Beer Date: Fri, 15 Nov 2013 13:52:45 +0200 Subject: [PATCH] adding buildConfig to jquery --- package-overrides/github/components/jquery@2.0.3.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/components/jquery@2.0.3.json b/package-overrides/github/components/jquery@2.0.3.json index 0b4406c..6fc70d3 100644 --- a/package-overrides/github/components/jquery@2.0.3.json +++ b/package-overrides/github/components/jquery@2.0.3.json @@ -1,4 +1,7 @@ { - "main": "jquery.min", - "files": ["jquery.min.js", "jquery.min.map", "jquery.js"] + "main": "jquery", + "files": ["jquery.js"], + "buildConfig" { + "uglify": "true" + } }