Upgrade ember-cli to v0.2.0-beta.1. Closes #4.

This commit is contained in:
Matthew Dillon 2015-02-27 14:17:54 -09:00
parent ab2866df5b
commit d606ba2228
5 changed files with 13 additions and 57 deletions

View file

@ -13,22 +13,6 @@
<link rel="stylesheet" href="assets/vendor.css">
<link rel="stylesheet" href="assets/hymenobacterdotinfo.css">
<link rel="stylesheet" href="assets/test-support.css">
<style>
#ember-testing-container {
position: absolute;
background: white;
bottom: 0;
right: 0;
width: 640px;
height: 384px;
overflow: auto;
z-index: 9999;
border: 1px solid #ccc;
}
#ember-testing {
zoom: 50%;
}
</style>
{{content-for 'head-footer'}}
{{content-for 'test-head-footer'}}