Changed proxy config format in .gulpconfig.coffee
current format:
proxy:
port: 9001
remotes:
dist:
host: "project.staging.ru"
port: 80
https: false
prod:
host: "project.ru"
port: 80
https: false
activeRemote: 'dist'
pushState: true
remoteRoutes: [
/^\/(api|auth|admin|assets|system|rich).*$/
]
localRoutes: [
/^\/(bower_components|resources|browser\-sync|images|files|scripts|styles|favicon\.ico|robots\.txt|livereload\.js).*$/
]