meteor add d3because client.js use d3.v2 for plottingmeteor remove autopublishbecause we want to manual publish "directory"
from now on do git add + commit by change git alias http://stackoverflow.com/questions/8956522/git-commit-auto-add-new-folders-or-files
git config --global alias.commitx '!git add . && git commit -a -m'