Skip to content

Commit

Permalink
Merge pull request laravel#1098 from tomschlick/patch-1
Browse files Browse the repository at this point in the history
Fix typo in mix.styles() with custom directory
  • Loading branch information
taylorotwell committed Feb 5, 2015
2 parents e41d68e + 0b82083 commit 890ca06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elixir.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ elixir(function(mix) {
mix.styles([
"normalize.css",
"main.css"
], 'public/build/css/everything.css', 'public/js');
], 'public/build/css/everything.css', 'public/css');
});
```

Expand Down

0 comments on commit 890ca06

Please sign in to comment.