Skip to content

Commit 288d5ab

Browse files
committed
Merge branch 'dev'
2 parents 3c58032 + 6f959af commit 288d5ab

31 files changed

+1002
-294
lines changed

.codeclimate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ ratings:
1919
- "**.js"
2020
exclude_paths:
2121
- assets/**/*
22+
- build/*
2223
- data/**/*
2324
- dist/**/*
2425
- examples/**/*
26+
- lessons/**/*
2527
- external/**/*
2628
- deprecated/**/*
29+
- legacy/**/*
2730
- specs/**/*
2831
- src/controls/**/*
29-
- gulpfile.js
3032
- karma.conf.js

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,23 @@ Please submit pull request, open issues or contact us for any question, feature
178178
</div>
179179
</td>
180180
</tr>
181+
<tr>
182+
<!-- Lesson 08 -->
183+
<td valign="middle" width="100">
184+
<a href='http://jsfiddle.net/gh/get/library/pure/fnndsc/ami/tree/master/lessons/08#run' target=_blank>
185+
<img src="https://cloud.githubusercontent.com/assets/214063/20597899/9b7ec102-b246-11e6-804b-be8ac6dc9a68.gif" style="width:128x, height:128px" alt="lesson00" title="Click me!">
186+
<img src="http://xtk.github.com/fiddlelogo_small2.png">
187+
</a>
188+
</td>
189+
<td valign="top" width="326">
190+
<a href='http://jsfiddle.net/gh/get/library/pure/fnndsc/ami/tree/master/lessons/08#run'>
191+
<b>Lesson 08: Custom progress bar</b>
192+
</a>
193+
<div>
194+
Custom progress bars.
195+
</div>
196+
</td>
197+
</tr>
181198
</table>
182199

183200
### (more) Advanced demos

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "ami.js",
3-
"version": "v0.0.10",
3+
"version": "v0.0.11",
44
"dependencies": {}
55
}

0 commit comments

Comments
 (0)