Browse Source

Tweak some wording.

Taylor Otwell 9 years ago
parent
commit
7afa27927f
1 changed files with 6 additions and 6 deletions
  1. 6 6
      gulpfile.js

+ 6 - 6
gulpfile.js

@@ -1,13 +1,13 @@
 var elixir = require('laravel-elixir');
 
 /*
- |----------------------------------------------------------------
- | Have a Drink!
- |----------------------------------------------------------------
+ |--------------------------------------------------------------------------
+ | Elixir Asset Management
+ |--------------------------------------------------------------------------
  |
- | Elixir provides a clean, fluent API for defining some basic
- | Gulp tasks for your Laravel application. Elixir supports
- | several common CSS, JavaScript and even testing tools!
+ | Elixir provides a clean, fluent API for defining some basic Gulp tasks
+ | for your Laravel application. By default, we are compiling the Sass
+ | file for our application, as well as publishing vendor resources.
  |
  */