Something special.
This commit is contained in:
19
Gulpfile.js
Normal file
19
Gulpfile.js
Normal file
@@ -0,0 +1,19 @@
|
||||
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();
|
||||
});
|
||||
Reference in New Issue
Block a user