#23 initial scaffolding for rankings
This commit is contained in:
@@ -17,3 +17,8 @@ elixir(mix => {
|
||||
mix.sass('app.scss')
|
||||
.webpack('app.js');
|
||||
});
|
||||
|
||||
|
||||
gulp.task('reset', function() {
|
||||
exec('php artisan migrate:refresh --seed --seeder DevelopmentSeeder');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user