Skip to content

v0.1.0

Latest

Choose a tag to compare

@maximkoretskiy maximkoretskiy released this 25 May 10:15
· 30 commits to master since this release

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).*$/
    ]