Skip to content

Commit

Permalink
.coffee for coffeeSet is longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Jun 10, 2016
1 parent 1b0d754 commit 5d7adb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/coffee.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function compile()
{
/** Collect all the coffee files */
foreach($path as $single)
$coffees .= "\n\n" . file_get_contents($this->coffeePath . $single);
$coffees .= "\n\n" . file_get_contents($this->coffeePath . $single . '.coffee');

/** Put all the coffee scripts into a single file */
file_put_contents($this->compiledPath . md5($coffees) . '.coffee', $coffees);
Expand Down

0 comments on commit 5d7adb6

Please sign in to comment.