gruntjs / grunt-contrib-connect

Start a static web server.
http://gruntjs.com/
MIT License
716 stars 147 forks source link

pass directory options to serve-index #245

Closed Spongman closed 5 years ago

Spongman commented 5 years ago

allows the following options:

 connect: {
      server: {
        options: {
          directory: {
            path: './',
            options: {
              icons: true,
            }
          }
        }
      }
jsf-clabot commented 5 years ago

CLA assistant check
All committers have signed the CLA.

Spongman commented 5 years ago

is this project still alive?

XhmikosR commented 5 years ago

@vladikoff: please enable the branch protection and require branches to be up to date along with CI passing. It's becoming too tedious having to checkout each repo to just forward a fork's branch that has a PR.