From 2df23001c9a0b8d939e82320ad1164226059e79d Mon Sep 17 00:00:00 2001 From: Avishkar Autar Date: Tue, 9 Apr 2019 14:04:30 -0400 Subject: [PATCH] add vagrant box for env to properly test CORS issues, cleanup code to reflect more realistic scenario --- .gitignore | 4 ++++ Vagrantfile | 53 ++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 32 ++++++++++++----------------- styles.css | 2 +- test-bigfoot.svg | 1 + 5 files changed, 72 insertions(+), 20 deletions(-) create mode 100644 .gitignore create mode 100644 Vagrantfile create mode 100644 test-bigfoot.svg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0fd8b56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ + +*.log +/html +/.vagrant diff --git a/Vagrantfile b/Vagrantfile new file mode 100644 index 0000000..cb353de --- /dev/null +++ b/Vagrantfile @@ -0,0 +1,53 @@ +$provisioningScript = <