From cee9605fc550419de3435a9cfab082a869a3900c Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Wed, 24 Apr 2013 17:16:43 -0700 Subject: [PATCH] Updates to first package information --- docs/packages/creating_a_package.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/packages/creating_a_package.md b/docs/packages/creating_a_package.md index 60b1246cf..f70c63eb6 100644 --- a/docs/packages/creating_a_package.md +++ b/docs/packages/creating_a_package.md @@ -58,3 +58,8 @@ Let's change the event to `changer:magic` and reload the editor. Hitting the key binding on the tree now works! ## Working with styles + +The next step is to hide elements in the tree that aren't modified. To do that, +we'll first (obviously) try and get a list of files that have changed. + +All packages are able to use jQuery in their