add forcegraph
This commit is contained in:
parent
b8a9ac9a26
commit
4b076ab3b9
7 changed files with 277 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue