From: Steven Chan Date: Thu, 28 Aug 2014 01:10:22 +0000 (-0700) Subject: Catchup X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bdca3e02f156510a9e4c8a2a69a72232fc252231;p=contrib%2Foverdrive-eg-opac.git Catchup Signed-off-by: Steven Chan --- diff --git a/build.js b/build.js index 6607a9a..cd50b2e 100644 --- a/build.js +++ b/build.js @@ -15,11 +15,11 @@ // Define external resources (eg, not sourced locally,from content delivery networks, etc) , paths: { - jquery: 'empty:' - , jqueryui: 'empty:' - , lodash: 'empty:' - , moment: 'empty:' - , cookies: 'empty:' - , json: 'empty:' + jquery: 'empty:' + , 'jquery-ui': 'empty:' + , lodash: 'empty:' + , moment: 'empty:' + , cookies: 'empty:' + , json: 'empty:' } })