Generally, I'd probably recommend against submodules. However, you can run the git submodule commands directly using the console (inside the web editor -> gear menu -> console) if you really want to. For a freshly pushed project, this would be:
`git submodule init 2>&1` `git submodule update 2>&1` Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
