elycruz / gulpw

A wrangler for gulp tasks (make gulp tasks reusable for different configurations (bundle configs)).
MIT License
1 stars 0 forks source link

Priority Setup #9

Closed elycruz closed 9 years ago

elycruz commented 9 years ago

Set up a 'priority' parameter on all task's configurations so that we can sort the task by priority and then run them (helps to ensure third party tasks always run at a specific priority (even though they may be asynchronous).