Commit 060e6441 authored by Jeffrey Way's avatar Jeffrey Way

Default Gulpfile example to Sass

parent 7120fbb2
...@@ -12,7 +12,7 @@ var elixir = require('./vendor/laravel/elixir/Elixir'); ...@@ -12,7 +12,7 @@ var elixir = require('./vendor/laravel/elixir/Elixir');
*/ */
elixir(function(mix) { elixir(function(mix) {
mix.less("bootstrap.less") mix.sass("bootstrap.scss")
.routes() .routes()
.events() .events()
.phpUnit(); .phpUnit();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment