From ee90acc82f16949bab01ba4746c4af80ed041723 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 25 Jan 2021 12:14:25 -0600 Subject: [PATCH] Add comments --- build-lists.js | 7 +++++++ 1 file changed, 7 insertions(+) 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 {