Tag: gulp

  • Using Gulp in WordPress

    Using Gulp in WordPress

    Gulp for WordPress themes and Plugins can boost your development speed. One word AUTOMATION in basic terminology that defines gulp. Web developers often find themselves doing repetition in small and tedious work on daily basis which can be simplified by implementing gulp and automation. Without gulp assumption -> repetitive tasks = time consuming = loss in productivity. With…

  • Gulp and Grunt. Ah! The Two Task Runners

    Gulp and Grunt. Ah! The Two Task Runners

    Gulp.js is a new Node based automated task runner that has been causing lots of buzz. Although automation and task runners are not a new idea, they have become very popular in the front-end community after the introduction of Grunt.js. Grunt was built by Ben Alman to help simplify the process of automating repetitive tasks.…