From c1a81279ed70ef803e33f57cf61a84d1640de8b0 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 9 Jul 2012 07:54:35 -0400 Subject: [PATCH] Rename test/ui.js to test/test-ui.js and add to .npmignore. [closes #40] Former-commit-id: 80165ec342e8b833a28bbe66f59e074c8f4f5185 --- .npmignore | 1 + test/backbone.html | 2 +- test/index.html | 2 +- test/{ui.js => test-ui.js} | 0 test/underscore.html | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) rename test/{ui.js => test-ui.js} (100%) diff --git a/.npmignore b/.npmignore index a6faaeff7..23aee3393 100644 --- a/.npmignore +++ b/.npmignore @@ -7,4 +7,5 @@ node_modules/ perf/*.html perf/*.sh test/*.html +test/*-ui.js test/*.sh diff --git a/test/backbone.html b/test/backbone.html index ca3e00dc0..1ea36e70c 100644 --- a/test/backbone.html +++ b/test/backbone.html @@ -25,7 +25,7 @@ - + diff --git a/test/index.html b/test/index.html index 2761c9064..a5c378be3 100644 --- a/test/index.html +++ b/test/index.html @@ -8,7 +8,7 @@
- + - +