From 6ee1c0dbf97b825392bd9743d6de959d5820a35b Mon Sep 17 00:00:00 2001 From: Gilbert Date: Sun, 6 Oct 2013 20:27:18 -0500 Subject: [PATCH 1/2] Add css file and templates div --- index.html | 2 ++ style.css | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 style.css diff --git a/index.html b/index.html index 0043fc2..14cbff3 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,11 @@ Backbone Starter + +
diff --git a/style.css b/style.css new file mode 100644 index 0000000..2acc15f --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ + +body { + background: #f6f6f6; +} + +#templates { + display: none; +} From b9854e992d2fa8192b76a8d8608dda57c90977cf Mon Sep 17 00:00:00 2001 From: Gilbert Date: Wed, 9 Oct 2013 08:07:11 -0500 Subject: [PATCH 2/2] Better dummy file name --- SpecRunner.html | 2 +- index.html | 2 +- src/views/{dummy.js => dummy-view.js} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/views/{dummy.js => dummy-view.js} (100%) diff --git a/SpecRunner.html b/SpecRunner.html index 9fe0a86..c96100f 100644 --- a/SpecRunner.html +++ b/SpecRunner.html @@ -20,7 +20,7 @@ - + diff --git a/index.html b/index.html index 14cbff3..3c138ac 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ - + diff --git a/src/views/dummy.js b/src/views/dummy-view.js similarity index 100% rename from src/views/dummy.js rename to src/views/dummy-view.js