From 29a00b92c91cd48e95f21f8fec33775501894af8 Mon Sep 17 00:00:00 2001 From: azhwkd Date: Fri, 7 Sep 2012 23:03:17 +0200 Subject: [PATCH] fixed documentation for add_resource Extended the documentation to mention the "static" type. --- app/lib/bundler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/bundler.js b/app/lib/bundler.js index c622c8b96b..432e1097f8 100644 --- a/app/lib/bundler.js +++ b/app/lib/bundler.js @@ -237,7 +237,7 @@ var Bundle = function () { /** * This is the ultimate low-level API to add data to the bundle. * - * type: "js", "css", "head", "body" + * type: "js", "css", "head", "body", "static" * * where: an environment, or a list of one or more environments * ("client", "server", "tests") -- for non-JS resources, the only