Skip to content

Commit

Permalink
Updated gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Dec 8, 2016
1 parent 84317f7 commit f26d86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
@@ -1,5 +1,5 @@
var elixir = require('laravel-elixir');
require('laravel-elixir-codeception');
require('laravel-elixir-codeception-standalone');
/*
|--------------------------------------------------------------------------
| Elixir Asset Management
Expand Down Expand Up @@ -38,7 +38,7 @@ elixir(function(mix) {
mix.version(['assets/css/app.css','assets/js/all.js']);


mix.codeception();
mix.codeception(null, { flags: '--report' });



Expand Down

0 comments on commit f26d86d

Please sign in to comment.