From: Johann-S Date: Wed, 14 Jun 2017 09:04:28 +0000 (+0200) Subject: Use localhost because Win Edge block loopback access X-Git-Tag: v4.0.0-beta~147^2~1^2~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf0dbbd29e556518f5f4baa3c6ba25a9891fe7b;p=thirdparty%2Fbootstrap.git Use localhost because Win Edge block loopback access --- diff --git a/Gruntfile.js b/Gruntfile.js index e3044bf04c..351802b94f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -18,7 +18,7 @@ module.exports = function (grunt) { concurrency: 10, maxRetries: 3, maxPollRetries: 4, - urls: ['http://127.0.0.1:3000/js/tests/index.html?hidepassed'], + urls: ['http://localhost:3000/js/tests/index.html?hidepassed'], browsers: grunt.file.readYAML('build/sauce_browsers.yml') } }