BrowserSync / browser-sync

Keep multiple browsers & devices in sync when building websites. https://browsersync.io
https://discord.gg/2d2xUThp
Apache License 2.0
12.18k stars 756 forks source link

http://s3-us-west-2.amazonaws.com/browser-sync/browser-sync-client.js?v=2.17.5 gives an error The specified bucket does not exist #1237

Open d668 opened 8 years ago

d668 commented 8 years ago

Issue details

http://s3-us-west-2.amazonaws.com/browser-sync/browser-sync-client.js?v=2.17.5 gives an error The specified bucket does not exist

Steps to reproduce/test case

open http://s3-us-west-2.amazonaws.com/browser-sync/browser-sync-client.js?v=2.17.5 in browser

Please specify which version of Browsersync, node and npm you're running

{cli command here}

for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync

{Browsersync init code here}

yanwsh commented 7 years ago

Could you provide a use case why it's running on remote server? Browser sync is a local testing tool and in most of cases, its run on local.

d668 commented 7 years ago

hm i have a project with browser-sync as an npm dependency, no idea why it is on s3

d668 commented 7 years ago
"dependencies": {
    "foundation-emails": "^2.2.1"
  },
  "devDependencies": {
    "babel-core": "^6.3.26",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.7.2",
    "beepbeep": "^1.2.0",
    "browser-sync": "^2.11.0",
    "colors": "^1.1.2",
    "gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
    "gulp-awspublish": "^3.0.1",
    "gulp-cli": "^1.1.0",
    "gulp-html-src": "^1.0.0",
    "gulp-htmlmin": "^1.1.1",
    "gulp-if": "^2.0.0",
    "gulp-imagemin": "^2.4.0",
    "gulp-inline-css": "^3.0.0",
    "gulp-litmus": "0.0.7",
    "gulp-load-plugins": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-sass": "^2.1.0",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-zip": "^3.2.0",
    "inky": "^1.3.6",
    "lazypipe": "^1.0.1",
    "merge-stream": "^1.0.0",
    "panini": "^1.3.0",
    "rimraf": "^2.3.3",
    "siphon-media-query": "^1.0.0",
    "yargs": "^4.1.0"
  },
yanwsh commented 7 years ago

could you provide code snippet for your gulp file?