Jump to content

Recommended Posts

I recently came across http://robo.li/, a PHP task runner...

 

Task runner, what the heck is that?

 

Then I found two JavaScript task runners: http://gulpjs.com/ and https://gruntjs.com/.

 

The purpose of all three appear to be to automate repetitive tasks.

 

At first I thought that Gulp and Grunt were client based and Robo was server based, but now believe they are all server based.  Agree?

 

I am still struggling to see the value of a task runner.  Can anyone help provide examples and/or reasons why one would want to use one?

 

Thanks

 

 

Link to comment
https://forums.phpfreaks.com/topic/303933-when-to-use-a-task-runner/
Share on other sites

They are not really client or server based, they are just development tools.

 

For example I use gulp to combine and minify JS/CSS files and copy over libraries when preparing a site/app for release.

 

You could consider them as being similar to make and Makefile's from the C/C++ world.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.