Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
new x-meta protocol, begin distributing metadata.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Oct 3, 2013
1 parent c3310be commit c65a367
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion metadata.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<link rel="import" href="smoothie-chart/metadata.html">

<!--
<x-meta id="ace-element" label="Ace Editor"></x-meta>
<x-meta id="code-mirror" label="Code Mirror"></x-meta>
<x-meta id="humane-js" label="Humane JS"></x-meta>
<x-meta id="js-beautify" label="JS Beautify"></x-meta>
<x-meta id="chart-js" label="Chart JS"></x-meta>
<x-meta id="marked-js" label="Marked"></x-meta>
<x-meta id="smoothie-chart" label="Smoothie Chart"></x-meta>
<x-meta id="flatiron-director" label="Flatiron Director"></x-meta>
-->
8 changes: 8 additions & 0 deletions smoothie-chart/metadata.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<x-meta id="smoothie-chart" label="Smoothie Chart">
<template>
<smoothie-chart></smoothie-chart>
</template>
<template id="imports">
<link rel="import" href="smoothie-chart.html">
</template>
</x-meta>

0 comments on commit c65a367

Please sign in to comment.