Skip to content
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

fixes: remove node_modules, fix url of the picture #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

moonbrv
Copy link

@moonbrv moonbrv commented Sep 26, 2020

Motivation

Thanks for the awesome example of machine learning in the browser! I found some bits of the project that may be improved very easy, that will allow clone project faster (regarding node_modules size), and remove some confusion when people try to run the project locally (wrong URL of the picture)

Changelog:

  • remove node_modules from the project, to reduce the size, and add the folder to .gitignore
  • add dist folder to .gitignore to reduce the size
  • fix URL for the picture in index.html mona_lisa_with_frame_2.jpg -> mona_lisa_with_frame_2.png because in src folder are picture with png extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant