Skip to content

Instantly share code, notes, and snippets.

@onbjerg
Created March 30, 2015 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onbjerg/56de02de2c25866b40da to your computer and use it in GitHub Desktop.
Save onbjerg/56de02de2c25866b40da to your computer and use it in GitHub Desktop.
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 Sass
| file for our application, as well as publishing vendor resources.
|
*/
elixir(function(mix) {
mix.sass('app.scss')
.coffee()
.phpSpec();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment