Browse Source

Add build file

david 6 years ago
parent
commit
276b41f9a7
1 changed files with 11 additions and 0 deletions
  1. 11 0
      build.json

+ 11 - 0
build.json

@@ -0,0 +1,11 @@
+{
+  "subprojects": [
+    {
+      "name": "fontend",
+      "dir": ".",
+      "artifacts": [
+        "build/"
+      ]
+    }
+  ]
+}