Do not put modules used by specs on the root.

Modules in root is now installed by npm, and the native modules are now
not usable by atom-shell.
This commit is contained in:
Cheng Zhao 2014-04-29 11:51:49 +08:00
parent dc9778f0f2
commit ac31dc9672
4 changed files with 17 additions and 13 deletions

View file

@ -21,6 +21,7 @@ def main():
update_submodules()
update_node_modules('.')
update_atom_modules('atom/browser/default_app')
update_atom_modules('spec')
bootstrap_brightray(args.url)
if sys.platform == 'cygwin':
update_win32_python()