turbowookie / turbo-wookie

Turbo Wookie Project. Because Turbo Wookie
http://turbowookie.github.io
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Should `frontend/build` be in `.gitignore`? #18

Closed mpeterson2 closed 10 years ago

mpeterson2 commented 10 years ago

I think it's kind of annoying, especially for the backend people who don't mess with dart at all, to update the old javascript to the new javascript after they pull. Should we remove the build directory from our gitignore?

The only issue with this would be merging. I'll look into it as well, but does anyone know if there is an easy way for git to merge autogenerated things so it doesn't give us merge issues every time?

Maybe we could tell it to just use the pulled files, then we can run the build and commit that?

mpeterson2 commented 10 years ago

Solved this with commit 8e24a3d633. There is a script that will auto build Turbo Wookie when you pull a change from the frontend.

More details/instructions on the commit page (8e24a3d633).

sleepdeprecation commented 10 years ago

Are you sure that's the right commit?

mpeterson2 commented 10 years ago

Apparently not. 8e24a3d633