This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new x-meta protocol, begin distributing metadata.html
- Loading branch information
Scott J. Miles
committed
Oct 3, 2013
1 parent
c3310be
commit c65a367
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |