Skip to content

Commit 14e15a0

Browse files
committed
Add link to source code
1 parent bfbbafe commit 14e15a0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Brocfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');
55
var app = new EmberApp({
66
'ember-cli-jquery-ui': {
77
'theme': 'smoothness'
8+
},
9+
fingerprint: {
10+
exclude: ['assets/images']
811
}
912
});
1013

app/templates/progress-bar.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
{{jqui-progress-bar value=37 max=100}}
33

44
<h2>Customized Progress Bar</h2>
5-
{{custom-progress-bar}}
5+
{{custom-progress-bar}}
6+
7+
<p><a href="https://github.com/Gaurav0/ember-cli-jquery-ui-example/blob/master/app/components/custom-progress-bar/component.js">View Source code for the customized progress bar shown here.</a></p>

0 commit comments

Comments
 (0)