Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ecc3ac

Browse files
committed
Add automatically generated assets with dependency declarations.
1 parent 5bb1352 commit 9ecc3ac

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

app/assets/stylesheets/jquery.ui.progressbar.css.erb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
*
99
* http://docs.jquery.com/UI/Progressbar#theming
1010
*/
11+
12+
/*
13+
*= depend_on_asset "jquery-ui/animated-overlay.gif"
14+
*/
15+
1116
/*
1217
*= require jquery.ui.core
1318
*= require jquery.ui.theme

app/assets/stylesheets/jquery.ui.theme.css.erb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*
1111
* To view and modify this theme, visit http://jqueryui.com/themeroller/
1212
*/
13+
1314
/*
14-
*= require jquery.ui.core
1515
*= depend_on_asset "jquery-ui/ui-bg_flat_75_ffffff_40x100.png"
1616
*= depend_on_asset "jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png"
1717
*= depend_on_asset "jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png"
@@ -27,6 +27,10 @@
2727
*= depend_on_asset "jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png"
2828
*/
2929

30+
/*
31+
*= require jquery.ui.core
32+
*/
33+
3034

3135
/* Component containers
3236
----------------------------------*/

0 commit comments

Comments
 (0)