From fd7f5a73a57db070e9fb5afebd67ae09040da82a Mon Sep 17 00:00:00 2001 From: Jay Linski Date: Thu, 22 Jan 2015 21:32:32 +0100 Subject: [PATCH] updated elixir description in gulpfile from sass to less --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 93c5dc3b..7cf62673 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 Sass + | for your Laravel application. By default, we are compiling the Less | file for our application, as well as publishing vendor resources. | */