ericclemmons / ericclemmons/grunt-express-server

Specifying a port is ignored

Open
#96 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
249
Forks
59
PR merge metrics
No merged PRs in 30d

Description

When I specify a port e.g.

``` Javascript
express: {
options: {
script: './app.js',
port: 8080
},
dev: {
options: {}
}
}
```

The port is ignored and `grunt-express-server` uses the port number from my application. Any clues?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.