livingsocial / rake-pipeline

An extension to Rake for dealing with a directory of inputs, a number of filters, and a directory of outputs
MIT License
276 stars 38 forks source link

Rakep Watch with Listen gem #76

Closed melindaweathers closed 12 years ago

melindaweathers commented 12 years ago

This is a new attempt at the rakep watch functionality, using the Listen gem instead of FSSM, since FSSM has been deprecated in favor of Listen over the last few months. In addition, as requested, I have modified the server to not worry about rebuilding the files on each request. Instead, "rakep server" will start up a non-blocking watcher to rebuild the files as they are changed.

Please let me know your thoughts. Thanks!

ahawkins commented 12 years ago

@melindaweathers my PR in #95 will fix the need for this without any extra libraries.

melindaweathers commented 12 years ago

Great! I'll go ahead and close my pull request since it is likely out of date by now anyways.