Skip to content

Commit

Permalink
Merge pull request refinery#1288 from simi/patch-1
Browse files Browse the repository at this point in the history
Update core/lib/tasks/refinery.rake
  • Loading branch information
parndt committed Feb 7, 2012
2 parents 7f57fad + 6436832 commit aa1ff8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/tasks/refinery.rake
Expand Up @@ -85,7 +85,7 @@ namespace :refinery do
puts "Copied javascript file to #{destination.gsub("#{Rails.root.to_s}#{File::SEPARATOR}", '')}"
end
else
puts "Couldn't match any javascript files in any engines like #{javascript}"
puts "Couldn't match any javascript files in any engines like #{javascripts}"
end
elsif (stylesheets = ENV["stylesheet"]).present?
pattern = "#{stylesheets.split("/").join(File::SEPARATOR)}*.css.scss"
Expand Down

0 comments on commit aa1ff8e

Please sign in to comment.