Browse Source

Change default Elixir file.

Taylor Otwell 9 years ago
parent
commit
f9d4bcd13d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      gulpfile.js

+ 0 - 2
gulpfile.js

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