From f564844bb98238bc851e47ae92a2e818d1365eaf Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 2 Jul 2014 09:24:40 -0400 Subject: [PATCH] remove minified stuff from component --- docs/layout/component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layout/component.json b/docs/layout/component.json index 56688b38..0e5a34ab 100644 --- a/docs/layout/component.json +++ b/docs/layout/component.json @@ -4,7 +4,7 @@ "keywords": ["mvc", "framework"], "repository": "lhorie/mithril", "main": "mithril.js", - "scripts": ["mithril.min.js", "mithril.min.map", "mithril.js"], + "scripts": ["mithril.js"], "version": "$version", "license": "MIT" } \ No newline at end of file