adamfowleruk / mljs

MarkLogic REST API JavaScript wrapper for NodeJS and Browser Apps
http://adamfowleruk.github.io/mljs/apidocs/core/tutorial-all.html
Other
33 stars 19 forks source link

File watcher to sync filesystem to a modules database #27

Closed jmakeig closed 10 years ago

jmakeig commented 11 years ago

Most development in MarkLogic happens on the file system, though production code should be deployed in a modules database. I'd like to use Node to watch files on my filesystem and automagically synch them to a modules database. Grunt -style processing on the way in would be nice too. I'll take a first crack at this hopefully over the Christmas holiday.

adamfowleruk commented 11 years ago

+1 would save doing a ml local deploy modules in Roxy. NodeJS would be running on dev machine, but hardly an issue.

adamfowleruk commented 10 years ago

Done now. See https://github.com/adamfowleruk/mlwatcher