From 5deca95ccf4351038cb84eae9b6223d60f3f68cb Mon Sep 17 00:00:00 2001 From: Mikael Mattsson Date: Sat, 27 Jun 2015 14:21:37 +0200 Subject: [PATCH] Change comment to reflect the change of the default css preprocessor. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 483f6d31..dc6f1ebb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -6,7 +6,7 @@ var elixir = require('laravel-elixir'); |-------------------------------------------------------------------------- | | Elixir provides a clean, fluent API for defining some basic Gulp tasks - | for your Laravel application. By default, we are compiling the Less + | for your Laravel application. By default, we are compiling the Sass | file for our application, as well as publishing vendor resources. | */