Change default Elixir file.

This commit is contained in:
Taylor Otwell 2014-11-19 21:21:04 -06:00
parent 29ad85dbd1
commit f9d4bcd13d
1 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,5 @@ var elixir = require('laravel-elixir');
elixir(function(mix) {
mix.sass("bootstrap.scss")
.routes()
.events()
.phpUnit();
});