Hacker News new | ask | show | jobs
by pavelgavlik 4400 days ago
(Phở author here)

As a front-end developer you have to do lots of things that can be automated (minifying JS, compiling LESS, optimizing images, making sprites).

Gulp is great for this, but it still has a steep learning curve. Some basic setup is easy, but it took us quite a long time until it was reusable and solved all common tasks.

1 comments

So pho is a gulp replacement?
Not at all, it's a set of configurable Gulp tasks and a Yeoman generator.
Oh I see, you bootstrapped some common basic tasks and rolled them all up into one. That's pretty useful. Thanks for sharing.
Looks like it's an abstraction on top of Gulp (i.e. it uses Gulp).