rudowastaken / laravel-elixir-angular

A simple wrapper around Laravel Elixir for processing AngularJS scripts.
12 stars 6 forks source link

Made task name identical for chaining #3

Closed PepijnSenders closed 9 years ago

PepijnSenders commented 9 years ago

It was not possible to chain angular tasks without this update

rudowastaken commented 9 years ago

Generally I don't mind this change at all, but could you show some example, where this can be useful? Why would you need to use multiple angular() calls?

PepijnSenders commented 9 years ago

I'm using two different modules in the same app on different pages. Seemed a bit of a waste to me if I would use the same file for both modules.

Sent from my iPhone

On 10 apr. 2015, at 23:26, HR notifications@github.com wrote:

Generally I don't mind this change at all, but could you show some example, where this can be useful? Why would you need to use multiple angular() calls?

— Reply to this email directly or view it on GitHub.