Commit a2dacbb0 authored by Taylor Otwell's avatar Taylor Otwell

Something special.

parent 52e68f98
var elixir = require('./vendor/laravel/elixir/Elixir');
/*
|----------------------------------------------------------------
| Have a Drink!
|----------------------------------------------------------------
|
| 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(function(mix) {
mix.less("bootstrap.less")
.routes()
.events()
.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