From 1948e4df20debaa60d568c236549cf9acae9c255 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Sun, 30 Jun 2024 15:01:02 +0700 Subject: [PATCH] Revert "We no longer need this file" This reverts commit c8dfdeffd4e64d6e07d43567558935abf49330c1. --- .../themes/lfevents/config-default.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 web/wp-content/themes/lfevents/config-default.yml diff --git a/web/wp-content/themes/lfevents/config-default.yml b/web/wp-content/themes/lfevents/config-default.yml new file mode 100755 index 00000000..d6730b1a --- /dev/null +++ b/web/wp-content/themes/lfevents/config-default.yml @@ -0,0 +1,17 @@ +# Server build process looks for this file - config-default.yml. +# To change settings for your environment, duplicate this file and rename to config.yml. This will override default, but is not committed to the repo. + +# Gulp will reference these paths when it copies files +PATHS: + # Path to dist folder + dist: "dist" + # Paths to Sass libraries, which can then be loaded with @import + sass: + - "node_modules/foundation-sites/scss" + - "node_modules/motion-ui/src" + # Paths to JavaScript entry points for webpack to bundle modules + entries: + - "src/js/app.js" + - "src/js/auth0.js" + - "src/js/china.js" + - "src/js/responsive-table.js"