From 51ecd515dd0b160c5553ff66b5f1f160e299e222 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 18 Sep 2013 14:36:49 -0700 Subject: [PATCH] Mention why jquery shim is needed --- exports/jquery.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exports/jquery.coffee b/exports/jquery.coffee index d8f06cadf..a9729eb20 100644 --- a/exports/jquery.coffee +++ b/exports/jquery.coffee @@ -1 +1,3 @@ +# FIXME Make jquery a package.json dependency +# This is needed so that space-pen can be require it as 'jquery' module.exports = require '../vendor/jquery'