Ok I’ve answered my own question.
Roots 7.0.0 uses a .gitignore file in the theme root, which prevents assets (js /css / etc) from being committed to your repo.
But I deploy with git…So I just commented out the appropriate lines.
Here’s an alternative method:
http://discourse.roots.io/t/using-roots-7-0-with-git-deploy/1871