Heisenbergjs / heisenberg

A project base for building modern JavaScript applications
http://heisenbergjs.github.com/heisenberg/
156 stars 12 forks source link

use git submodules for vendor files #2

Closed jcsrb closed 11 years ago

jackfranklin commented 11 years ago

Or potentially use something like Twitter's Bower, so they can easily be updated?

Past experiences with submodules have never been brilliant for me, personally. They seem more trouble than they are worth - although perhaps that's me not fully understanding them.

jcsrb commented 11 years ago

agreed, Bower might be a better way, further research into submodules showed why they are tricky http://codingkilledthecat.wordpress.com/2012/04/28/why-your-company-shouldnt-use-git-submodules/