diff --git a/web/themes/contrib/civictheme/build.js b/web/themes/contrib/civictheme/build.js index 23be2865d..3b47f8d24 100644 --- a/web/themes/contrib/civictheme/build.js +++ b/web/themes/contrib/civictheme/build.js @@ -145,7 +145,7 @@ const JS_ASSET_IMPORTS = [ `${DIR_ASSETS_IN}/js/**/*.js`, ] -function build(options = {}) { +function build() { const startTime = new Date().getTime() // --------------------------------------------------------------------------- CREATE DIR diff --git a/web/themes/contrib/civictheme/civictheme_starter_kit/build.js b/web/themes/contrib/civictheme/civictheme_starter_kit/build.js index 23be2865d..3b47f8d24 100644 --- a/web/themes/contrib/civictheme/civictheme_starter_kit/build.js +++ b/web/themes/contrib/civictheme/civictheme_starter_kit/build.js @@ -145,7 +145,7 @@ const JS_ASSET_IMPORTS = [ `${DIR_ASSETS_IN}/js/**/*.js`, ] -function build(options = {}) { +function build() { const startTime = new Date().getTime() // --------------------------------------------------------------------------- CREATE DIR