diff --git a/build-lists.js b/build-lists.js index cfca5a4..2bd616f 100644 --- a/build-lists.js +++ b/build-lists.js @@ -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 {