build.json 830 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "context": "index.md",
  3. "main": "main",
  4. "path": {
  5. "assets": "assets",
  6. "bin": "bin",
  7. "build": "build",
  8. "css": "css",
  9. "data": "data",
  10. "fonts": "fonts",
  11. "html": "html",
  12. "img": "img",
  13. "input": "src",
  14. "js": "js",
  15. "markdown": "markdown",
  16. "output": "dist",
  17. "skeletons": "skeletons"
  18. },
  19. "html": {
  20. "index": {
  21. "name": "index.html",
  22. "skeleton": "main.html"
  23. },
  24. "visualisation": {
  25. "name": "treemap.html",
  26. "skeleton": "visualisation.html"
  27. }
  28. },
  29. "development": {
  30. "infix": "",
  31. "sourcemap": true
  32. },
  33. "production": {
  34. "infix": ".min",
  35. "sourcemap": false
  36. },
  37. "height": 600,
  38. "width": 960
  39. }