Hey all, I want to remove our Jasmine dependency from .gitmodules because it is the only thing used as a .git module, and because git submodules have (in my experience) been more annoying to have than the benefit they provide. Instead, it will be added directly to the project source tree (like everything else that is not in the NPM registry).
This will also remove all use of .gitmodules, and will also remove a single step in 'configure', leaving only npm calls, which will make installation more simple and straightforward. I will also be removing and re-adding the latest version of Jasmine. Thoughts? -- Brent
