mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add comments
This commit is contained in:
parent
bee93b3075
commit
ee90acc82f
1 changed files with 7 additions and 0 deletions
|
|
@ -33,6 +33,12 @@ class BuildLists {
|
|||
}
|
||||
|
||||
listsOptions = [
|
||||
|
||||
// Mixed sources will(theoretically) go here
|
||||
// then be read by follow main build methods
|
||||
|
||||
|
||||
// Main build methods
|
||||
{
|
||||
name: 'app',
|
||||
path: '/static/app-list.json',
|
||||
|
|
@ -49,6 +55,7 @@ class BuildLists {
|
|||
buildMethod: buildHomebrewList,
|
||||
},
|
||||
|
||||
// Secondary Derivative built lists
|
||||
// Always goes after initial lists
|
||||
// since it depend on them
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue