Skip to content

Commit

Permalink
working on output
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 3, 2016
1 parent ccace45 commit 3c1ff42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elixir.md
Expand Up @@ -215,7 +215,7 @@ elixir(function(mix) {

// Specifying a specific output filename...
elixir(function(mix) {
mix.browserify('main.js', 'public/javascripts/script.js');
mix.browserify('main.js', 'public/javascripts/main.js');
});
```

Expand Down

0 comments on commit 3c1ff42

Please sign in to comment.