Skip to content

Releases: snphq/snp-gulp-tasks

v0.1.0

25 May 10:15

Choose a tag to compare

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