lib/staple/theme_generator.rb in staple-0.4.3 vs lib/staple/theme_generator.rb in staple-0.4.4

- old
+ new

@@ -7,10 +7,10 @@ argument :actions, :type => :array, :default => [] def call_generators if global? #call self with each - components = %w(buttons colors forms tables typography) + components = %w(buttons colors forms tables typography images) components.each do |c| generate "staple:theme", "#{c}", "#{theme}" end else if theme_definition \ No newline at end of file