add forcegraph

This commit is contained in:
Nils Schneider 2015-03-31 17:22:36 +02:00
commit 4b076ab3b9
7 changed files with 277 additions and 1 deletions

View file

@ -7,6 +7,11 @@ module.exports = function(grunt) {
cwd: "html/",
dest: "build/"
},
img: {
src: ["img/*"],
expand: true,
dest: "build/"
},
vendorjs: {
src: [ "es6-shim/es6-shim.min.js",
"intl/Intl.complete.js"