From b1111c96ca9ec15657c48d9eaa46e5cdabef4aa6 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Wed, 6 Jul 2011 16:06:17 -0400 Subject: [PATCH] fixes issue #1490 ... jsl.conf is incorrectly npmignored. --- .npmignore | 2 +- extras/EXTRAS | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 extras/EXTRAS diff --git a/.npmignore b/.npmignore index 5d256a94f5..21e430d2ec 100644 --- a/.npmignore +++ b/.npmignore @@ -5,7 +5,7 @@ Cakefile documentation/ examples/ -extras/ +extras/coffee-script.js raw/ src/ test/ diff --git a/extras/EXTRAS b/extras/EXTRAS deleted file mode 100644 index 79ec41304f..0000000000 --- a/extras/EXTRAS +++ /dev/null @@ -1,7 +0,0 @@ -EXTRAS: - -"extras/coffee-script.js" is a concatenated and compressed version of the -CoffeeScript compiler. To use it in the browser, include the script after any -inline script tags of type "text/coffeescript" on the page. It will compile -and evaluate all of the scripts in order. -