diff options
| author | Johann-S <[email protected]> | 2017-06-14 11:04:28 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-06-14 11:18:12 +0200 |
| commit | ddf0dbbd29e556518f5f4baa3c6ba25a9891fe7b (patch) | |
| tree | 01882da00216a453303dbbc1a77eeba890d85992 | |
| parent | 4a2b183e48a834bf345a80d27ca37327b25e9018 (diff) | |
| download | bootstrap-ddf0dbbd29e556518f5f4baa3c6ba25a9891fe7b.tar.xz bootstrap-ddf0dbbd29e556518f5f4baa3c6ba25a9891fe7b.zip | |
Use localhost because Win Edge block loopback access
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index e3044bf04..351802b94 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') } } |
