index is proxyed and /dev-server added to output.publicPath
Index is proxyed to localhost:8000
output.publicPath is set to /dev-server
@scarecrow21, the commit structure is too verbose. Simplify it a bit.
Follow this structure:
Shorlog: Basic Description
Detailed Description for the Commit
Fixes <issue_url>
git commit -m "shortlog , detailed description, fixes<issue_url>"
Do you want it to be like this?
I'm new to open source.
No, no, it's different. Try git commit --amend, you'll be presented with an in terminal editor (vim or nano based on your configuration). You can then use it to edit the commit message.
For more details please visit http://api.coala.io/en/latest/Developers/Writing_Good_Commits.html.
@scarecrow21, Since this is your first contribution to PiZilla, I'm exempting you from the commit message restrictions. But please follow then from the next time.
You'd also need to change the line https://github.com/NITDgpOS/PiZilla/blob/master/server/routes.js#L35
to '/dev-server' + webpackConfig.output.filename for the second parameter to the url.resolve function.
This will let the client work in development mode.
Sorry. Will commit according to the guidelines next time.