trailsjs / trailpack-hapi

:package: Hapi.js Trailpack
MIT License
19 stars 9 forks source link

multiple static paths #112

Closed imkarma closed 8 years ago

imkarma commented 8 years ago

Allow user multiple static path

www: [
      {
        path: path.resolve(__dirname, '..', 'static'),
        humanUrl: '/admin'
      },
      {
        path: path.resolve(__dirname, '..', 'uploads'),
        humanUrl: '/imagestatic'
      }
    ]

link to pull request needed to approv what would it work - #56

konstantinzolotarev commented 8 years ago

@imkarma Could you please fix conflicts ?

imkarma commented 8 years ago

@konstantinzolotarev you mean eslint? or what? :)

konstantinzolotarev commented 8 years ago

@imkarma Oh sorry. wrong issue =)

konstantinzolotarev commented 8 years ago

@imkarma Could you please also update docs with this feature ?