Add comments

This commit is contained in:
Sam Carlton 2021-01-25 12:14:25 -06:00
parent bee93b3075
commit ee90acc82f

View file

@ -33,6 +33,12 @@ class BuildLists {
} }
listsOptions = [ listsOptions = [
// Mixed sources will(theoretically) go here
// then be read by follow main build methods
// Main build methods
{ {
name: 'app', name: 'app',
path: '/static/app-list.json', path: '/static/app-list.json',
@ -49,6 +55,7 @@ class BuildLists {
buildMethod: buildHomebrewList, buildMethod: buildHomebrewList,
}, },
// Secondary Derivative built lists
// Always goes after initial lists // Always goes after initial lists
// since it depend on them // since it depend on them
{ {