New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

Gulp.js

Recently we started looking for a nice tool for building client-side parts of our project and after looking into couple of projects we find really interesting one called Gulp.



There is really nice presentation about it: http://slid.es/contra/gulp




Or you can read getting started guide: https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#getting-started

I found out that phaser-generator project recently switched to gulp and the same buildfile look much more readable and like code instead of big JSON like in Grunt.

I'm not sure yet about it but I like how it look like and I like metaphor of pipes that Gulp is using.


Comments

  1. Hi Krysztof,

    Thanks for the mention. As you said, I recently switched from Grunt to gulp.js for the phaser generator-phaser and yep, for me it was the way to go (at least for that project).

    ReplyDelete

Post a Comment

Comments:

Popular posts from this blog

How to use NPM packages from private repositories on bitbucket

How to simulate slow connection (developer proxy in Node.js)