From 0d9470307e1ca10d285189b55c99bc335c645021 Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Sun, 5 May 2013 21:22:51 -0400 Subject: [PATCH] structure -- c style comments not part of json spec. Former-commit-id: e1e45867118153f3bdc15a72e2d0f34cd961fa3e Former-commit-id: 1c6b8373492b5e1f0b24f92d5b64beb32314598d --- component.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/component.json b/component.json index ec4de6a4f..caf589398 100755 --- a/component.json +++ b/component.json @@ -21,14 +21,12 @@ "main": [ - /* UI Collections */ "./src/collections/form.css", "./src/collections/grid.css", "./src/collections/items.css", "./src/collections/menu.css", "./src/collections/table.css", - /* UI Elements */ "./src/elements/banner.css", "./src/elements/block.css", "./src/elements/button.css", @@ -48,20 +46,17 @@ "./src/elements/throbber.css", "./src/elements/well.css", - /* UI Views */ "./src/views/activity-feed.css", "./src/views/cover.css", "./src/views/data-grid.css", "./src/views/notecard.css", "./src/views/video.css", - /* Fonts */ "./src/fonts/icons.eot", "./src/fonts/icons.svg", "./src/fonts/icons.ttf", "./src/fonts/icons.woff", - /* Images */ "./src/images/button-error.gif", "./src/images/footnote.gif", "./src/images/loader-generic-transparent.gif", @@ -79,7 +74,6 @@ "./src/images/throbber-blue-small.gif", "./src/images/throbber-blue-tiny.gif", - /* UI Modules */ "./src/modules/accordion.css", "./src/modules/accordion.js", @@ -113,7 +107,6 @@ "./src/modules/video.css", "./src/modules/video.js", - /* Behavior Modules */ "./src/modules/animation.js", "./src/modules/api.js", "./src/modules/colorize.js",