Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 6097c12

Browse files
committed
doc site
1 parent efc7269 commit 6097c12

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+18
-0
lines changed

website/index.md

+1

website/package.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"scripts": {
3+
"js": "view-require -c src/require.config.js && rm -rf static/d3-fluid.js && cd .. && ln -s $PWD/build/d3-fluid.js $PWD/website/static/d3-fluid.js",
4+
"css": "node-sass src/index.scss static/site.css --include-path node_modules --output-style compressed",
5+
"build": "npm run-script js && npm run-script css",
6+
"serve": "nodemon -w ../bin/d3fluid ../bin/d3fluid --debug"
7+
},
8+
"dependencies": {
9+
"d3-fluid": "0.2",
10+
"d3-view": "1.1"
11+
},
12+
"devDependencies": {
13+
"bootstrap": "4.0.0-beta.2",
14+
"node-sass": "4.7",
15+
"nodemon": "1.14"
16+
}
17+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)