cleanup constants#7
Conversation
| /******/ | ||
| /******/ // __webpack_public_path__ | ||
| /******/ __webpack_require__.p = "/Users/ssuresh/Desktop/fun-night/templates/public"; | ||
| /******/ __webpack_require__.p = "/Users/shubham/repo/fun-night/templates/public"; |
There was a problem hiding this comment.
This should be computer agnostic
There was a problem hiding this comment.
i think this file should be in the .gitignore lol it gets autogenerated when you run npm scripts
There was a problem hiding this comment.
it's just a compiled version of all the React code into a single bundle so that it's easier for the browser to download
ssuresh2dev
left a comment
There was a problem hiding this comment.
Don't merge without rebasing, there will be conflicts because I removed bundle.js from the git repo and added it to .gitignore. You'll need to go to master and pull first and then git checkout cleanup and git rebase master. When you get the merge conflict go ahead and delete bundle.js and run git rebase --continue. Then push again with git push origin cleanup --force
No description provided.