Skip to content

Commit 2840c2b

Browse files
committed
Build: Fix the link to the jQuery UI Download Builder
1 parent c3fae0d commit 2840c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ grunt.initConfig({
2323
grunt.registerTask( "build-download", function() {
2424
function writeFiles() {
2525
var frontend = require( "download.jqueryui.com" ).frontend({
26-
host: "http://localhost:8080",
26+
host: "https://download.jqueryui.com",
2727
env: "production"
2828
}),
2929
download = frontend.download,

0 commit comments

Comments
 (0)