Skip to content

Commit

Permalink
Revert "We no longer need this file"
Browse files Browse the repository at this point in the history
This reverts commit c8dfdef.
  • Loading branch information
cjyabraham committed Jun 30, 2024
1 parent 707a43b commit 1948e4d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions web/wp-content/themes/lfevents/config-default.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 1948e4d

Please sign in to comment.