|
|
|
|
|
by _puk
4504 days ago
|
|
I've also been playing around with gulp, and whilst still in the 'trying to use it like grunt' kind of mindset, I have seen some merit in using these stream based build tools. Have to wonder why this all requires new build tools to achieve though. It's obviously technically possible (npm shows grunt-gulp which does exactly what you'd think), so is the grunt architecture so firmly rooted in files that streams could not be leveraged, or is it something that will come in time? Personally managed to get a nigh on perfect build process using grunt-watch, so no rush to move away. Nice to see build tools still moving forward though. |
|