<FromGitter>
<lunarthegrey> > They also sent me a message privately, to which I responded -- they haven't donated anything yet, so I'm not going to just add their link to the github :\ ⏎ ⏎ PMed, unsure why it doesn't show up but I sent $8 (4 weeks worth). PMed you a screenshot.
<FromGitter>
<damianham> > I understand commiting static assets, but why commit something that can be generated at any time using information that’s already present in the repo? ⏎ ⏎ yes good point, you could add public/dist/main.bundle.* to .gitignore (as long as your deployment process rebuilds the bundles)
raz has quit [Ping timeout: 252 seconds]
raz has joined #amber
raz has quit [Changing host]
raz has joined #amber
<FromGitter>
<smadeja> I ended up adding public/dist to .gitignore, but don't you think it should be there by default? Another thing I've noticed is that generating a new app creates some bundles that get overwritten the first time I run 'bin/amber watch'
vivus has joined #amber
vivus has quit [Remote host closed the connection]
<FromGitter>
<nsuchy> maybe I'll try a PR, could someone link me to a source on namespace and scopes in other languages so I can get an understanding of the concept