瀏覽代碼

feat(dev): flatten resources folder

Runjuu 5 年之前
父節點
當前提交
ed263f485a
共有 76 個文件被更改,包括 13 次插入14 次删除
  1. 13 14
      .gitignore
  2. 0 0
      resources/404.html
  3. 0 0
      resources/css/Cascadia.woff2
  4. 0 0
      resources/css/FG_Virgil.woff2
  5. 0 0
      resources/css/codemirror.min.css
  6. 0 0
      resources/css/common.css
  7. 0 0
      resources/css/datepicker.css
  8. 0 0
      resources/css/excalidraw.min.css
  9. 0 0
      resources/css/highlight.css
  10. 0 0
      resources/css/inter.css
  11. 0 0
      resources/css/katex.min.css
  12. 0 0
      resources/css/reveal.min.css
  13. 0 0
      resources/css/reveal_black.min.css
  14. 0 0
      resources/css/style.css
  15. 0 0
      resources/css/table.css
  16. 0 0
      resources/fonts/IBMPlexMono-Text-Latin1.woff
  17. 0 0
      resources/fonts/IBMPlexSans-Bold.woff
  18. 0 0
      resources/fonts/IBMPlexSans-Text.woff
  19. 0 0
      resources/fonts/IBMPlexSans-TextItalic.woff
  20. 0 0
      resources/fonts/inter/Inter-Black.woff
  21. 0 0
      resources/fonts/inter/Inter-Black.woff2
  22. 0 0
      resources/fonts/inter/Inter-BlackItalic.woff
  23. 0 0
      resources/fonts/inter/Inter-BlackItalic.woff2
  24. 0 0
      resources/fonts/inter/Inter-Bold.woff
  25. 0 0
      resources/fonts/inter/Inter-Bold.woff2
  26. 0 0
      resources/fonts/inter/Inter-BoldItalic.woff
  27. 0 0
      resources/fonts/inter/Inter-BoldItalic.woff2
  28. 0 0
      resources/fonts/inter/Inter-ExtraBold.woff
  29. 0 0
      resources/fonts/inter/Inter-ExtraBold.woff2
  30. 0 0
      resources/fonts/inter/Inter-ExtraBoldItalic.woff
  31. 0 0
      resources/fonts/inter/Inter-ExtraBoldItalic.woff2
  32. 0 0
      resources/fonts/inter/Inter-ExtraLight.woff
  33. 0 0
      resources/fonts/inter/Inter-ExtraLight.woff2
  34. 0 0
      resources/fonts/inter/Inter-ExtraLightItalic.woff
  35. 0 0
      resources/fonts/inter/Inter-ExtraLightItalic.woff2
  36. 0 0
      resources/fonts/inter/Inter-Italic.woff
  37. 0 0
      resources/fonts/inter/Inter-Italic.woff2
  38. 0 0
      resources/fonts/inter/Inter-Light.woff
  39. 0 0
      resources/fonts/inter/Inter-Light.woff2
  40. 0 0
      resources/fonts/inter/Inter-LightItalic.woff
  41. 0 0
      resources/fonts/inter/Inter-LightItalic.woff2
  42. 0 0
      resources/fonts/inter/Inter-Medium.woff
  43. 0 0
      resources/fonts/inter/Inter-Medium.woff2
  44. 0 0
      resources/fonts/inter/Inter-MediumItalic.woff
  45. 0 0
      resources/fonts/inter/Inter-MediumItalic.woff2
  46. 0 0
      resources/fonts/inter/Inter-Regular.woff
  47. 0 0
      resources/fonts/inter/Inter-Regular.woff2
  48. 0 0
      resources/fonts/inter/Inter-SemiBold.woff
  49. 0 0
      resources/fonts/inter/Inter-SemiBold.woff2
  50. 0 0
      resources/fonts/inter/Inter-SemiBoldItalic.woff
  51. 0 0
      resources/fonts/inter/Inter-SemiBoldItalic.woff2
  52. 0 0
      resources/fonts/inter/Inter-Thin.woff
  53. 0 0
      resources/fonts/inter/Inter-Thin.woff2
  54. 0 0
      resources/fonts/inter/Inter-ThinItalic.woff
  55. 0 0
      resources/fonts/inter/Inter-ThinItalic.woff2
  56. 0 0
      resources/fonts/inter/Inter-italic.var.woff2
  57. 0 0
      resources/fonts/inter/Inter-roman.var.woff2
  58. 0 0
      resources/fonts/inter/Inter.var.woff2
  59. 0 0
      resources/fonts/inter/inter.css
  60. 0 0
      resources/img/credits.png
  61. 0 0
      resources/img/logo.png
  62. 0 0
      resources/index.html
  63. 0 0
      resources/js/codemirror.min.js
  64. 0 0
      resources/js/excalidraw.min.js
  65. 0 0
      resources/js/highlight.min.js
  66. 0 0
      resources/js/katex.min.js
  67. 0 0
      resources/js/lightning-fs.min.js
  68. 0 0
      resources/js/magic_portal.js
  69. 0 0
      resources/js/mldoc.min.js
  70. 0 0
      resources/js/module-loader.edn
  71. 0 0
      resources/js/module-loader.json
  72. 0 0
      resources/js/react-force-graph.min.js
  73. 0 0
      resources/js/reveal.min.js
  74. 0 0
      resources/js/sentry.min.js
  75. 0 0
      resources/js/worker.js
  76. 0 0
      resources/public.css

+ 13 - 14
.gitignore

@@ -12,22 +12,21 @@ pom.xml.asc
 .hg/
 
 node_modules/
-/resources/static/js/*.map
-/resources/static/js/main.js
-/resources/static/js/cljs-runtime
-/resources/static/js/manifest.edn
-/resources/static/js/publishing/*.map
-/resources/static/js/publishing/main.js
-/resources/static/js/publishing/cljs-runtime
-/resources/static/js/publishing/manifest.edn
-/resources/static/style.css
-/resources/static/js/publishing/code-editor.js
-/resources/static/js/code-editor.js
-/resources/static/js/publishing
+static/
+/resources/js/*.map
+/resources/js/main.js
+/resources/js/cljs-runtime
+/resources/js/manifest.edn
+/resources/js/publishing/*.map
+/resources/js/publishing/main.js
+/resources/js/publishing/cljs-runtime
+/resources/js/publishing/manifest.edn
+/resources/style.css
+/resources/js/publishing/code-editor.js
+/resources/js/code-editor.js
+/resources/js/publishing
 
 .cpcache/
-/target
-/checkouts
 /src/gen
 
 *.iml

+ 0 - 0
resources/static/404.html → resources/404.html


+ 0 - 0
resources/static/css/Cascadia.woff2 → resources/css/Cascadia.woff2


+ 0 - 0
resources/static/css/FG_Virgil.woff2 → resources/css/FG_Virgil.woff2


+ 0 - 0
resources/static/css/codemirror.min.css → resources/css/codemirror.min.css


+ 0 - 0
resources/static/css/common.css → resources/css/common.css


+ 0 - 0
resources/static/css/datepicker.css → resources/css/datepicker.css


+ 0 - 0
resources/static/css/excalidraw.min.css → resources/css/excalidraw.min.css


+ 0 - 0
resources/static/css/highlight.css → resources/css/highlight.css


+ 0 - 0
resources/static/css/inter.css → resources/css/inter.css


+ 0 - 0
resources/static/css/katex.min.css → resources/css/katex.min.css


+ 0 - 0
resources/static/css/reveal.min.css → resources/css/reveal.min.css


+ 0 - 0
resources/static/css/reveal_black.min.css → resources/css/reveal_black.min.css


+ 0 - 0
resources/static/css/style.css → resources/css/style.css


+ 0 - 0
resources/static/css/table.css → resources/css/table.css


+ 0 - 0
resources/static/fonts/IBMPlexMono-Text-Latin1.woff → resources/fonts/IBMPlexMono-Text-Latin1.woff


+ 0 - 0
resources/static/fonts/IBMPlexSans-Bold.woff → resources/fonts/IBMPlexSans-Bold.woff


+ 0 - 0
resources/static/fonts/IBMPlexSans-Text.woff → resources/fonts/IBMPlexSans-Text.woff


+ 0 - 0
resources/static/fonts/IBMPlexSans-TextItalic.woff → resources/fonts/IBMPlexSans-TextItalic.woff


+ 0 - 0
resources/static/fonts/inter/Inter-Black.woff → resources/fonts/inter/Inter-Black.woff


+ 0 - 0
resources/static/fonts/inter/Inter-Black.woff2 → resources/fonts/inter/Inter-Black.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-BlackItalic.woff → resources/fonts/inter/Inter-BlackItalic.woff


+ 0 - 0
resources/static/fonts/inter/Inter-BlackItalic.woff2 → resources/fonts/inter/Inter-BlackItalic.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-Bold.woff → resources/fonts/inter/Inter-Bold.woff


+ 0 - 0
resources/static/fonts/inter/Inter-Bold.woff2 → resources/fonts/inter/Inter-Bold.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-BoldItalic.woff → resources/fonts/inter/Inter-BoldItalic.woff


+ 0 - 0
resources/static/fonts/inter/Inter-BoldItalic.woff2 → resources/fonts/inter/Inter-BoldItalic.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-ExtraBold.woff → resources/fonts/inter/Inter-ExtraBold.woff


+ 0 - 0
resources/static/fonts/inter/Inter-ExtraBold.woff2 → resources/fonts/inter/Inter-ExtraBold.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-ExtraBoldItalic.woff → resources/fonts/inter/Inter-ExtraBoldItalic.woff


+ 0 - 0
resources/static/fonts/inter/Inter-ExtraBoldItalic.woff2 → resources/fonts/inter/Inter-ExtraBoldItalic.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-ExtraLight.woff → resources/fonts/inter/Inter-ExtraLight.woff


+ 0 - 0
resources/static/fonts/inter/Inter-ExtraLight.woff2 → resources/fonts/inter/Inter-ExtraLight.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-ExtraLightItalic.woff → resources/fonts/inter/Inter-ExtraLightItalic.woff


+ 0 - 0
resources/static/fonts/inter/Inter-ExtraLightItalic.woff2 → resources/fonts/inter/Inter-ExtraLightItalic.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-Italic.woff → resources/fonts/inter/Inter-Italic.woff


+ 0 - 0
resources/static/fonts/inter/Inter-Italic.woff2 → resources/fonts/inter/Inter-Italic.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-Light.woff → resources/fonts/inter/Inter-Light.woff


+ 0 - 0
resources/static/fonts/inter/Inter-Light.woff2 → resources/fonts/inter/Inter-Light.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-LightItalic.woff → resources/fonts/inter/Inter-LightItalic.woff


+ 0 - 0
resources/static/fonts/inter/Inter-LightItalic.woff2 → resources/fonts/inter/Inter-LightItalic.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-Medium.woff → resources/fonts/inter/Inter-Medium.woff


+ 0 - 0
resources/static/fonts/inter/Inter-Medium.woff2 → resources/fonts/inter/Inter-Medium.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-MediumItalic.woff → resources/fonts/inter/Inter-MediumItalic.woff


+ 0 - 0
resources/static/fonts/inter/Inter-MediumItalic.woff2 → resources/fonts/inter/Inter-MediumItalic.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-Regular.woff → resources/fonts/inter/Inter-Regular.woff


+ 0 - 0
resources/static/fonts/inter/Inter-Regular.woff2 → resources/fonts/inter/Inter-Regular.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-SemiBold.woff → resources/fonts/inter/Inter-SemiBold.woff


+ 0 - 0
resources/static/fonts/inter/Inter-SemiBold.woff2 → resources/fonts/inter/Inter-SemiBold.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-SemiBoldItalic.woff → resources/fonts/inter/Inter-SemiBoldItalic.woff


+ 0 - 0
resources/static/fonts/inter/Inter-SemiBoldItalic.woff2 → resources/fonts/inter/Inter-SemiBoldItalic.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-Thin.woff → resources/fonts/inter/Inter-Thin.woff


+ 0 - 0
resources/static/fonts/inter/Inter-Thin.woff2 → resources/fonts/inter/Inter-Thin.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-ThinItalic.woff → resources/fonts/inter/Inter-ThinItalic.woff


+ 0 - 0
resources/static/fonts/inter/Inter-ThinItalic.woff2 → resources/fonts/inter/Inter-ThinItalic.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-italic.var.woff2 → resources/fonts/inter/Inter-italic.var.woff2


+ 0 - 0
resources/static/fonts/inter/Inter-roman.var.woff2 → resources/fonts/inter/Inter-roman.var.woff2


+ 0 - 0
resources/static/fonts/inter/Inter.var.woff2 → resources/fonts/inter/Inter.var.woff2


+ 0 - 0
resources/static/fonts/inter/inter.css → resources/fonts/inter/inter.css


+ 0 - 0
resources/static/img/credits.png → resources/img/credits.png


+ 0 - 0
resources/static/img/logo.png → resources/img/logo.png


+ 0 - 0
resources/static/index.html → resources/index.html


+ 0 - 0
resources/static/js/codemirror.min.js → resources/js/codemirror.min.js


+ 0 - 0
resources/static/js/excalidraw.min.js → resources/js/excalidraw.min.js


+ 0 - 0
resources/static/js/highlight.min.js → resources/js/highlight.min.js


+ 0 - 0
resources/static/js/katex.min.js → resources/js/katex.min.js


+ 0 - 0
resources/static/js/lightning-fs.min.js → resources/js/lightning-fs.min.js


+ 0 - 0
resources/static/js/magic_portal.js → resources/js/magic_portal.js


+ 0 - 0
resources/static/js/mldoc.min.js → resources/js/mldoc.min.js


+ 0 - 0
resources/static/js/module-loader.edn → resources/js/module-loader.edn


+ 0 - 0
resources/static/js/module-loader.json → resources/js/module-loader.json


+ 0 - 0
resources/static/js/react-force-graph.min.js → resources/js/react-force-graph.min.js


+ 0 - 0
resources/static/js/reveal.min.js → resources/js/reveal.min.js


+ 0 - 0
resources/static/js/sentry.min.js → resources/js/sentry.min.js


+ 0 - 0
resources/static/js/worker.js → resources/js/worker.js


+ 0 - 0
resources/static/public.css → resources/public.css