I realized I was old when I tried to clean my screen, then realized "PHO" had accented characters ... I complain about the uppercase-only EBCDIC main-frame output at work, but I'm still not used to seeing non-ASCII characters on the web.
My elderly status was confirmed when the Getting Started guide included:
Same here. Then again, the majority of projects by English-speaking developers tend to have ASCII names, even those for whom English is not their first language.
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.
Just google "Phở" and I'm sure you'll find plenty of relevant sites containing documentation, code samples, and more. Oh wait...you'll actually get a bunch of sites about soup.
Nice work releasing your FE environment setup; couple of questions:
"The most used preprocessor with a kick-ass mixin library"
Is this true? I haven't looked for actual numbers, but most FE devs I talk to use sass. We use node-sass + autoprefixer and it compiles orders of magnitude faster than compass+sass and means you don't have a dependency on ruby (or php like Less). Also, gulp is much faster than grunt which is especially noticeable on large projects.
> "The most used preprocessor with a kick-ass mixin library" Is this true?
Well, if I look at GitHub stars (not the best metric, but still), then less.js has about 3x more stars than sass.
> I haven't looked for actual numbers, but most FE devs I talk to use sass. We use node-sass + autoprefixer and it compiles orders of magnitude faster than compass+sass and means you don't have a dependency on ruby (or php like Less).
I like node-sass as well. It would be great to have something similar and popular enough for LESS. Official Javascript-based compiler isn't sometimes fast enough.
> Also, gulp is much faster than grunt which is especially noticeable on large projects.
Yes, Gulp is great in many ways and Phở uses it as a task runner.
[+] [-] smoyer|11 years ago|reply
My elderly status was confirmed when the Getting Started guide included:
[+] [-] userbinator|11 years ago|reply
[+] [-] pinaceae|11 years ago|reply
constantly remind people that it's pronounced "fuh", like the German "fa" as in "fahren".
met a lady like that last year, has been stuck in mind since then. grrrr.
[+] [-] unknown|11 years ago|reply
[deleted]
[+] [-] subir|11 years ago|reply
[+] [-] mbrzuzy|11 years ago|reply
[+] [-] Cthulhu_|11 years ago|reply
[+] [-] pavelgavlik|11 years ago|reply
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.
[+] [-] psychometry|11 years ago|reply
[+] [-] psychometry|11 years ago|reply
[+] [-] pyre|11 years ago|reply
Says you. Maybe if you lived elsewhere, you might have a different point of view (SE Asia, perhaps...). ;)
[+] [-] duongkai|11 years ago|reply
[+] [-] pavelgavlik|11 years ago|reply
[+] [-] ppadron|11 years ago|reply
When I visited Prague I stayed in a hostel near a restaurant called Vegan City [2], in Žižkov. Cheap and amazing Vietnamese vegan food.
[1] http://en.wikipedia.org/wiki/Vietnamese_people_in_the_Czech_...
[2] http://www.vegancity.cz/
[+] [-] thienlh|11 years ago|reply
[+] [-] potench|11 years ago|reply
[+] [-] pavelgavlik|11 years ago|reply
Well, if I look at GitHub stars (not the best metric, but still), then less.js has about 3x more stars than sass.
> I haven't looked for actual numbers, but most FE devs I talk to use sass. We use node-sass + autoprefixer and it compiles orders of magnitude faster than compass+sass and means you don't have a dependency on ruby (or php like Less).
I like node-sass as well. It would be great to have something similar and popular enough for LESS. Official Javascript-based compiler isn't sometimes fast enough.
> Also, gulp is much faster than grunt which is especially noticeable on large projects.
Yes, Gulp is great in many ways and Phở uses it as a task runner.
[+] [-] lignuist|11 years ago|reply
[+] [-] coffeecodecouch|11 years ago|reply
[+] [-] sangel10|11 years ago|reply
[+] [-] HelloTiago|11 years ago|reply
[deleted]