From ac809f80608f72d81870dfdf2e16932a2f93495c Mon Sep 17 00:00:00 2001 From: Rafael Xavier de Souza Date: Wed, 5 Jun 2013 11:55:25 -0300 Subject: [PATCH] Update download.jqueryui.com frontend object --- grunt.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/grunt.js b/grunt.js index 1016ddb..f9f1ba0 100644 --- a/grunt.js +++ b/grunt.js @@ -41,11 +41,10 @@ grunt.initConfig({ grunt.registerTask( "build-download", function() { function writeFiles() { - var downloadBuilder = require( "download.jqueryui.com" )({ + var frontend = require( "download.jqueryui.com" ).frontend({ host: "http://download.jqueryui.com", env: "production" }), - frontend = downloadBuilder.frontend, resources = grunt.file.expandFiles( dir + "/app/**" ), download = frontend.download, themeroller = frontend.themeroller;