From 060e6441c8e0649f3dd30be37fa7e94e213e228b Mon Sep 17 00:00:00 2001 From: Jeffrey Way Date: Sat, 11 Oct 2014 19:27:01 -0400 Subject: [PATCH] Default Gulpfile example to Sass --- Gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gulpfile.js b/Gulpfile.js index b74ef9d9..5decc895 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -12,7 +12,7 @@ var elixir = require('./vendor/laravel/elixir/Elixir'); */ elixir(function(mix) { - mix.less("bootstrap.less") + mix.sass("bootstrap.scss") .routes() .events() .phpUnit();