Submodule changes

Some people are experiencing problems with web-platform-tests after the
submodule structure changed a bit. Apparently git really doesn't like
you removing submodules… Anyway, the following (without the
irresponsible use of -f, if you aren't feeling lucky) should fix any
problems you have:

jgraham@luna:~/develop/web-platform-tests$ rm tools/ -rf
jgraham@luna:~/develop/web-platform-tests$ rm resources/ -rf
jgraham@luna:~/develop/web-platform-tests$ rm .git/modules/* -rf
jgraham@luna:~/develop/web-platform-tests$ git submodule update --init
--recursive

Received on Tuesday, 31 March 2015 12:54:00 UTC