ericclemmons / ericclemmons/grunt-express-server
Specifying a port is ignored
Open
- 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.