From 54f38cc428d4b46a7d4d6487e45fb6279655d67a Mon Sep 17 00:00:00 2001
From: Jordan Eldredge
Date: Wed, 10 Dec 2014 19:57:42 -0800
Subject: [PATCH] Add grunt for production version
---
.gitignore | 2 --
index.html | 13 +++++++++++--
js/jszip.2.4.0.min.js | 14 ++++++++++++++
production/.gitignore | 1 +
production/Gruntfile.js | 37 +++++++++++++++++++++++++++++++++++++
production/README.md | 20 ++++++++++++++++++++
production/analytics.js | 9 +++++++++
production/package.json | 9 +++++++++
8 files changed, 101 insertions(+), 4 deletions(-)
create mode 100644 js/jszip.2.4.0.min.js
create mode 100644 production/.gitignore
create mode 100644 production/Gruntfile.js
create mode 100644 production/README.md
create mode 100644 production/analytics.js
create mode 100644 production/package.json
diff --git a/.gitignore b/.gitignore
index f570a54b..669819b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,4 @@
preview.png
-**/production*
-node_modules
# Files I use for local dev sometimes
llama-2.91.mp3
diff --git a/index.html b/index.html
index d6384bcb..e67edaf8 100755
--- a/index.html
+++ b/index.html
@@ -111,8 +111,7 @@
-
GitHub
-
-
+
@@ -143,5 +142,15 @@
document.getElementById('browser-compatibility').style.display = 'block';
}
+
+