Wpis z mikrobloga

...There are a couple of things that sets Gulp apart from Grunt. The first is speed. Gulp uses node streams to group tasks together and process them sequentially in memory. To run four tasks on a group of files in Gulp requires only one write to the disk. With Grunt you would need to configure an input and output for each task resulting in four separate writes. The speed difference is not
Gulp jest szybszy, bo nie zapisuje międzylądowań na dysku dzięki node stream-om, które jednak są trudniejsze do pojęcia i z-master-owania. Grunt ma chyba więcej jakościowych wtyczek, ale mi do Gulp-a nigdy niczego nie zabrakło. Oba zrobią dobrze swoją robotę. Gulp trzyma konwencję "code over configuration" i to mnie przekonało.