Skip to content

Commit

Permalink
Pass file names array to bundle callback
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobeat committed Mar 29, 2013
1 parent 8d3db3c commit 14248d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flour.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ flour =
files.forEach (f, i) ->
new File(f).read (output) ->
results[i] = output
if --count is 0 then cb results
if --count is 0 then cb results, files

new File(filepath).read cb

Expand Down

0 comments on commit 14248d6

Please sign in to comment.