jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

Live reload task #295

Open games opened 9 years ago

games commented 9 years ago

Hi all,

Does jake support live reload task ? just like 'gulp-connect' ?

thanks

mde commented 9 years ago

Jake has a 'watch' task: http://jakejs.com/docs#watch_task But there's nothing specific which will poke the browser to reload on changes. I would love to merge a PR that adds this. :)

darting commented 9 years ago

@mde sounds good, really looking forward :)