]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use localhost because Win Edge block loopback access
authorJohann-S <johann.servoire@gmail.com>
Wed, 14 Jun 2017 09:04:28 +0000 (11:04 +0200)
committerJohann-S <johann.servoire@gmail.com>
Wed, 14 Jun 2017 09:18:12 +0000 (11:18 +0200)
Gruntfile.js

index e3044bf04c38e381a076f6bd370687350b38a1f4..351802b94f3597de875c11bd25bc1b3bfc2e6f82 100644 (file)
@@ -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')
         }
       }