Closed dmahajan980 closed 4 years ago
Hi @dmahajan980 ,
The style should be changed in the CSS in the src directory instead of the serving directory (/public). Could you please make the change?
Thanks 😄
Whoops! Sorry for that @AdrianBZG . Will fix that and send the PR as soon as possible.
@AdrianBZG I have made the changes as said. Please review it and let me know if there's anything wrong.
Hi @dmahajan980 ,
It looks like now part of the app has lost the background color and it's now gray, see:
I also got Error: Cannot find module 'es6-promise' when trying to npm start afte npm install.
Sorry for having generated so many errors. Will fix all of them and send a new PR. Also, es6-promise has been added to dependencies in commit #59. I am not sure why that error is generated. I'll check it out
Hi @AdrianBZG
I have sent another PR #61 which fixes #56 considering everything discussed till now. I would request you to close this pull request and kindly review #61.
Also, we can add the public directory in .gitignore
as since it's generated by Gulp and we don't really need to push it every time it gets changed. What would you suggest?
Closed as author requested, moving to #61
Fixes #56