threw out slate, mustache and zepto. replaced with minified.js

This commit is contained in:
Keegan
2016-01-08 18:54:57 -08:00
parent 58a1a3f498
commit 08bff3ac4b
125 changed files with 10464 additions and 260 deletions
-4
View File
@@ -1,4 +0,0 @@
<label class="item">
<span class="label">{{label}}</span>
<input data-manipulator-target type="text" class="item-color item-color-normal">
</label>
-1
View File
@@ -1 +0,0 @@
<div data-manipulator-target class="item-container-footer"></div>
@@ -1,3 +0,0 @@
<div class="item-container-header">
<h1 data-manipulator-target></h1>
</div>
-10
View File
@@ -1,10 +0,0 @@
<label class="item">
<span class="label">{{label}}</span>
<div class="item-input-wrapper">
<input data-manipulator-target
class="item-input"
type="text"
{{#attributes}} {{key}}="{{value}}" {{/attributes}}
/>
</div>
</label>
@@ -1,15 +0,0 @@
<div class="">
<span class="label">{{label}}</span>
<div data-manipulator-target>
{{#options}}
<label class="item">
<span class="label">{{label}}</span>
<input type="radio"
class="item-radio"
name="{{index}}"
value="{{value}}"
/>
</label>
{{/options}}
</div>
</div>
-8
View File
@@ -1,8 +0,0 @@
<label class="item">
<span class="label">{{label}}</span>
<select data-manipulator-target class="item-select">
{{#options}}
<option value="{{value}}" class="item-select-option">{{&label}}</option>
{{/options}}
</select>
</label>
@@ -1,3 +0,0 @@
<div class="item-container-header">
<h2 data-manipulator-target></h2>
</div>
-3
View File
@@ -1,3 +0,0 @@
<div class="button-container">
<input data-manipulator-target type="submit" class="item-button" value="{{label}}">
</div>
-4
View File
@@ -1,4 +0,0 @@
<label class="item">
<span class="label">{{label}}</span>
<input data-manipulator-target type="checkbox" class="item-toggle">
</label>