Did you know ... Search Documentation:
Pack tailwind_pl -- prolog/tailwind/watcher.pl
PublicShow source
author
- James Cash
 start_watching_dirs(+Dirs, +OutputFile, -Watcher) is det
Start watching the directories Dirs for file changes, outputting the combined CSS output as running tw_from_file/2 on each changed file, outputting to OutputFile. Watcher will be unified with an opaque value which can be passed to stop_watching_dirs/1 to stop the watcher running.
 stop_watching_dirs(+Watcher) is det
Stop the watcher that was started with the opaque watcher Watcher.