Skip to content

Commit

Permalink
pathname issue, closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed May 9, 2010
1 parent 1723e12 commit d9e7262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bistro_car/bundle.rb
Expand Up @@ -11,7 +11,7 @@ def file_paths
end end


def to_javascript def to_javascript
minify(file_paths.map { |path| BistroCar.compile(File.read(path)) }.join) minify(file_paths.map { |path| BistroCar.compile(File.read(path.to_s)) }.join)
end end


def javascript_url def javascript_url
Expand Down

0 comments on commit d9e7262

Please sign in to comment.