-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge request #14
base: master
Are you sure you want to change the base?
Merge request #14
Conversation
lohrbini
commented
Nov 3, 2020
- Updated dependencies
- Removed old 'jade' package
- added simple Dockerfile
- would like to fix hub.docker.com Image
Sorry I never received a notification for this pull request! Just seeing this for the first time now. I'll take a look at this over the next couple of days. Thanks for submitting! |
@@ -16,9 +17,12 @@ var api = require('./api/info'); | |||
var connect = require('./api/connect'); | |||
var config = JSON.parse(fs.readFileSync('config.json')); | |||
|
|||
debug.log = console.info.bind(console); | |||
log('TEST'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this log be removed?
|
||
<!-- Left Nav Section --> | ||
<ul class="left"> | ||
<li class="name-header"><a href="#">Khaliq's Finances</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what your usage is but I would think it would be nice to remove my name here and have this be dynamic? Not a blocker for merging in your PR but I think would be something nice to have.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Couple of changes
- Could you not check in the config.json file as part of this PR? That file would be different from my configuration to your configuration and is encrypted because it could contain sensitive information.
- Remove the console.log debug statement
Thanks again for contributing and very sorry for the long delay!