Skip to content

Commit

Permalink
Syncing content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrunge committed Oct 15, 2022
1 parent 0193d25 commit b8f0c6c
Show file tree
Hide file tree
Showing 350 changed files with 24,528 additions and 283 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"facebook/graph-sdk": "^5.1"
}
}
79 changes: 79 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions public/.browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> 1%
last 2 versions
1 change: 1 addition & 0 deletions public/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
Binary file not shown.
Binary file added public/2010 Baptisms.doc
Binary file not shown.
8 changes: 8 additions & 0 deletions public/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Svelte-SCSS-Babel
Svelte, SCSS, and Babel setup -- current as of 3/7/20.

Preprocessing for SCSS files, creating two bundles -- extracted CSS and SCSS from Svelte components (componentBundle.css) and global files imported directly into JS (bundle.css).

Preprocessing includes Autoprefixer and CSSNano via PostCSS.

Basic Babel setup.
5 changes: 5 additions & 0 deletions public/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = function(api) {
api.cache(true)
const presets = [[ "@babel/env", { "targets": "ie 9" } ]]
return { presets }
}
2 changes: 1 addition & 1 deletion public/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b8f0c6c

Please sign in to comment.