Skip to content

Commit

Permalink
Build: Use protocol relative URL for download builder host
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Jul 20, 2016
1 parent 7815a21 commit 130c987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -23,7 +23,7 @@ grunt.initConfig({
grunt.registerTask( "build-download", function() {
function writeFiles() {
var frontend = require( "download.jqueryui.com" ).frontend({
host: "http://download.jqueryui.com",
host: "//download.jqueryui.com",
env: "production"
}),
download = frontend.download,
Expand Down

0 comments on commit 130c987

Please sign in to comment.