Viewing profile — aymericbeaumet
aymericbeaumet
HN member- Joined
- Tue, Aug 19, 2014, 3:02 PM UTC
- HN karma
- 156
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About aymericbeaumet
[ my public key: https://keybase.io/aymericbeaumet; my proof: https://keybase.io/aymericbeaumet/sigs/qHNQpiHOSeUkRMAEpuu6vjH973H4DRVDuDrvWC9Vrms ]
Recent public activity
- story
- story
- story
-
comment
Comment #26164308
OP here, thanks for the amazing comments. Some nice projects to look into! As much as I love z, I'm also a fan of fzf, both are really complementary. I'm using this little piece of…
- story
- story
- story
- story
-
comment
Comment #8211391
A one could indeed export its requires. However, my idea was was to stay close to the require caching system existing in Node. As a personal taste, I by far prefer to configure my …
-
comment
Comment #8210377
Is Duo smart enough to remember when it finds a library requirement with a specific tag? So that it is not necessary to indicate the tag on the other places where this same library…
-
comment
Comment #8209649
There are always ways. But I find Grunt much more handy to do it.
-
comment
Comment #8209620
I think you are talking about this[1], indeed you are right. However, task dependencies allows sequential tasks execution, but that's not very handy as you may want a same task to …
-
comment
Comment #8209519
I remember some discussions on Gulp's issues tracker where maintainers were reticent about integrating sequential tasks execution. But that's great if you are going to do it. This …
-
comment
Comment #8209465
I didn't know about it! Thanks
-
comment
Comment #8208071
Even though they are clearly related, Gulp and Grunt are fulfilling different purposes. You should carefully examined your needs before choosing one over another. I recently switch…