From d14c3fd3ab24e725adbab007d2b9c7096e52d5c5 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 5 Feb 2014 16:49:05 -0500 Subject: [PATCH] actually, don't need staticDirs at all in this plugin... --- plugin.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.json b/plugin.json index f885d61..19406fb 100644 --- a/plugin.json +++ b/plugin.json @@ -14,6 +14,5 @@ { "hook": "filter:admin.create_routes", "method": "addAdminRoute", "callbacked": true } - ], - "staticDirs": ["./static"] + ] }