Browse Source

configs updated for githook

Paul Liverman III 6 years ago
parent
commit
0433e71560
2 changed files with 9 additions and 1 deletions
  1. 1
    0
      app.moon
  2. 8
    1
      locator_config.moon

+ 1
- 0
app.moon View File

@@ -12,6 +12,7 @@ class Simplex extends Application
12 12
 
13 13
   layout: main
14 14
 
15
+  @include locate "githook"
15 16
   @include locate "users"
16 17
   @include locate "api"
17 18
   @include locate "docs"

+ 8
- 1
locator_config.moon View File

@@ -6,12 +6,19 @@
6 6
       fetch: "https://github.com/lazuscripts/users"
7 7
     }
8 8
   }
9
+  {
10
+    path: "applications.githook"
11
+    remote: {
12
+      name: "githook"
13
+      fetch: "https://github.com/lazuscripts/githook"
14
+    }
15
+  }
9 16
   {
10 17
     path: "applications"
11 18
   }
12 19
   -- { -- not actually useful
13 20
   --   path: "helpers"
14
-  -- }
21
+  -- } -- NOTE also to be deprecated by the version added to utility
15 22
   {
16 23
     path: "utility"
17 24
     remote: {