4

I search a way to schedule Grunt task with a Grunt plugin. I found nothing.

Is that possible to look at the time with "watch" and execute a task if it's time ?

Michael T.
  • 187
  • 1
  • 10
  • Watch works with changes in the file system. The task is executed when a file is changed. For your requirement a cron job should do the job. – Sharat M R May 02 '15 at 18:00

0 Answers0