authserver/testCAS/gulpfile.js
author durandn
Fri, 02 Oct 2015 10:24:23 +0200
changeset 170 75e3a41722ad
parent 0 1afc9d2ab94d
permissions -rw-r--r--
implement mdplayer changes from oaubert pull request + added a script to build mdplayer from mdplayer local repo

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');
});