Skip to content

Commit

Permalink
Updated manifest file and removed unused assets
Browse files Browse the repository at this point in the history
  • Loading branch information
tanelj committed Mar 24, 2015
1 parent 1d6a7fc commit 0918549
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 24 deletions.
Binary file removed images/bg_medium.jpg
Binary file not shown.
Binary file removed images/container_medium.png
Binary file not shown.
Binary file removed images/rss_medium.gif
Binary file not shown.
30 changes: 6 additions & 24 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,42 +38,42 @@
"component": true,
"file": "components/js.tpl",
"layout_name": "js",
"title": "js"
"title": "JS"
},
{
"content_type": "component",
"component": true,
"file": "components/langmenu.tpl",
"layout_name": "langmenu",
"title": "langmenu"
"title": "Langmenu"
},
{
"content_type": "component",
"component": true,
"file": "components/mainmenu.tpl",
"layout_name": "mainmenu",
"title": "mainmenu"
"title": "Mainmenu"
},
{
"content_type": "component",
"component": true,
"file": "components/news.tpl",
"layout_name": "news",
"title": "news"
"title": "News"
},
{
"content_type": "component",
"component": true,
"file": "components/sidebar.tpl",
"layout_name": "sidebar",
"title": "sidebar"
"title": "Sidebar"
},
{
"content_type": "component",
"component": true,
"file": "components/siteheader.tpl",
"layout_name": "siteheader",
"title": "siteheader"
"title": "SiteHeader"
}
],
"assets": [
Expand All @@ -83,36 +83,18 @@
"kind": "images",
"filename": "bg.jpg"
},
{
"content_type": "image/jpeg",
"file": "images/bg_medium.jpg",
"kind": "images",
"filename": "bg_medium.jpg"
},
{
"content_type": "image/png",
"file": "images/container.png",
"kind": "images",
"filename": "container.png"
},
{
"content_type": "image/png",
"file": "images/container_medium.png",
"kind": "images",
"filename": "container_medium.png"
},
{
"content_type": "image/gif",
"file": "images/rss.gif",
"kind": "images",
"filename": "rss.gif"
},
{
"content_type": "image/gif",
"file": "images/rss_medium.gif",
"kind": "images",
"filename": "rss_medium.gif"
},
{
"content_type": "text/css",
"file": "stylesheets/ie.css",
Expand Down

0 comments on commit 0918549

Please sign in to comment.