Skip to content

Commit a006e4d

Browse files
committed
Always include 'jquery.ui.theme' in CSS files, since "theme" isn't included in any dependencies lists anymore
1 parent 54eda3d commit a006e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ task :stylesheets => :submodule do
155155
if dependencies.nil?
156156
puts "Warning: No matching JavaScript dependencies found for #{basename}"
157157
else
158-
extra_dependencies << 'jquery.ui.theme' if dependencies.include? 'theme'
158+
extra_dependencies << 'jquery.ui.theme'
159159
end
160160
end
161161
extra_dependencies.reverse.each do |dep|

0 commit comments

Comments
 (0)