vimeo / graph-explorer

A graphite dashboard powered by structured metrics
http://vimeo.github.io/graph-explorer/
Apache License 2.0
1.06k stars 93 forks source link

Fresh clone does not init submodules #42

Closed dmac closed 11 years ago

dmac commented 11 years ago
$ git clone --recursive https://github.com/vimeo/graph-explorer.git
Cloning into graph-explorer...
remote: Counting objects: 2095, done.
remote: Compressing objects: 100% (1081/1081), done.
remote: Total 2095 (delta 1125), reused 1955 (delta 996)
Receiving objects: 100% (2095/2095), 3.44 MiB | 1.30 MiB/s, done.
Resolving deltas: 100% (1125/1125), done.
No submodule mapping found in .gitmodules for path 'DataTablesPlugins'

I think running git rm --cached DataTablesPlugins and committing should fix this.