configs updated for githook

This commit is contained in:
Paul Liverman III 2018-05-11 13:55:52 -07:00
parent 73ce07dc01
commit 0433e71560
2 changed files with 9 additions and 1 deletions

View File

@ -12,6 +12,7 @@ class Simplex extends Application
layout: main
@include locate "githook"
@include locate "users"
@include locate "api"
@include locate "docs"

View File

@ -6,12 +6,19 @@
fetch: "https://github.com/lazuscripts/users"
}
}
{
path: "applications.githook"
remote: {
name: "githook"
fetch: "https://github.com/lazuscripts/githook"
}
}
{
path: "applications"
}
-- { -- not actually useful
-- path: "helpers"
-- }
-- } -- NOTE also to be deprecated by the version added to utility
{
path: "utility"
remote: {