From 30e5c8d76f79b5a90ecee5643505fdb4dbbcf45e Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 1 Mar 2018 11:20:06 +0100 Subject: [PATCH] [web] Commit compiled JavaScript and CSS. This allows for developing content for the site with Hugo as the only requirement. See web/README.md. JS and CSS are tracked by LFS. --- .gitattributes | 2 ++ web/dist/bundle.js | 3 +++ web/dist/styles.css | 3 +++ 3 files changed, 8 insertions(+) create mode 100644 web/dist/bundle.js create mode 100644 web/dist/styles.css diff --git a/.gitattributes b/.gitattributes index 7f348d9338d..d35cb810093 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,3 +20,5 @@ *.bin filter=lfs diff=lfs merge=lfs -text *.pvtu* filter=lfs diff=lfs merge=lfs -text *.gif filter=lfs diff=lfs merge=lfs -text +web/dist/bundle.js filter=lfs diff=lfs merge=lfs -text +web/dist/styles.css filter=lfs diff=lfs merge=lfs -text diff --git a/web/dist/bundle.js b/web/dist/bundle.js new file mode 100644 index 00000000000..7301301e0e9 --- /dev/null +++ b/web/dist/bundle.js @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f667d0daacf475f0d897d7194e466f8f913d104fe940f603979d05ada34cb111 +size 162223 diff --git a/web/dist/styles.css b/web/dist/styles.css new file mode 100644 index 00000000000..f059c3299b1 --- /dev/null +++ b/web/dist/styles.css @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1672674da7fb08c04c201460046146fdda54639e3d2433a2c63a9ea3fb17ab +size 205030 -- GitLab