Crinsane / laravel-elixir-bower

Elixir Wrapper Around Bower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: has no method queuetask

Badhon26 opened this issue · comments

In line no 73 of index.js a call to queueTask method is used.but i think this method is removed from the latest version of laravel elixir.here:

laravel/elixir@78f2052

can you please take a look into into that and fix it.

This can be resolved by changing the line to:

return gulp.start('bower');

That said, elixr.cssOutput and elixir.jsOutput don't exist any more, so you'll need to manually supply the parameters to replace them in the function until this issue as well is fixed.

can you update the code, and bower package?

+1