HumbleSoftware / gib

Angular.js build tool powered by gulp.
0 stars 0 forks source link

Add gulp to the recipe interface. #2

Closed cesutherland closed 9 years ago

cesutherland commented 9 years ago

So gulp is an instance variable and we need to make sure we get the right instance. The gulp CLI will find the locally installed gulp which we also need if we want to integrate recipes directly inside a gulp file.

It might be that I should re-work the idea of recipes. Instead of declaratively creating tasks, maybe it should only configure tasks which are created outside.