From f9d4bcd13dd4c6a1fbc990af0a4a404c9cf1a6cd Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 19 Nov 2014 21:21:04 -0600 Subject: [PATCH] Change default Elixir file. --- gulpfile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 30c9b871..8b294f36 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -13,7 +13,5 @@ var elixir = require('laravel-elixir'); elixir(function(mix) { mix.sass("bootstrap.scss") - .routes() - .events() .phpUnit(); });