configs updated for githook
This commit is contained in:
parent
73ce07dc01
commit
0433e71560
1
app.moon
1
app.moon
@ -12,6 +12,7 @@ class Simplex extends Application
|
|||||||
|
|
||||||
layout: main
|
layout: main
|
||||||
|
|
||||||
|
@include locate "githook"
|
||||||
@include locate "users"
|
@include locate "users"
|
||||||
@include locate "api"
|
@include locate "api"
|
||||||
@include locate "docs"
|
@include locate "docs"
|
||||||
|
@ -6,12 +6,19 @@
|
|||||||
fetch: "https://github.com/lazuscripts/users"
|
fetch: "https://github.com/lazuscripts/users"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
path: "applications.githook"
|
||||||
|
remote: {
|
||||||
|
name: "githook"
|
||||||
|
fetch: "https://github.com/lazuscripts/githook"
|
||||||
|
}
|
||||||
|
}
|
||||||
{
|
{
|
||||||
path: "applications"
|
path: "applications"
|
||||||
}
|
}
|
||||||
-- { -- not actually useful
|
-- { -- not actually useful
|
||||||
-- path: "helpers"
|
-- path: "helpers"
|
||||||
-- }
|
-- } -- NOTE also to be deprecated by the version added to utility
|
||||||
{
|
{
|
||||||
path: "utility"
|
path: "utility"
|
||||||
remote: {
|
remote: {
|
||||||
|
Loading…
Reference in New Issue
Block a user