initial commit
This commit is contained in:
commit
28301e4312
219 changed files with 23035 additions and 0 deletions
16
gulpfile.js
Executable file
16
gulpfile.js
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
var elixir = require('laravel-elixir');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Elixir Asset Management
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Elixir provides a clean, fluent API for defining some basic Gulp tasks
|
||||
| for your Laravel application. By default, we are compiling the Less
|
||||
| file for our application, as well as publishing vendor resources.
|
||||
|
|
||||
*/
|
||||
|
||||
elixir(function(mix) {
|
||||
mix.less('app.less');
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue