zotonic_filehandler (zotonic_filehandler v1.0.0-rc.14)

Handle file changes.

Link to this section Summary

Link to this section Types

-type verb() :: create | modify | delete.

Link to this section Functions

-spec compile_all() -> ok | {error, term()}.
Link to this function

compile_all_sync()

-spec compile_all_sync() -> ok | {error, term()}.
Link to this function

compile_options(ErlangFile)

-spec compile_options(file:filename_all()) -> {ok, list()} | false.
Link to this function

load_module(Module)

-spec load_module(module()) -> ok | {error, term()}.
Link to this function

reload_module(Module)

-spec reload_module(module()) -> ok | {error, term()}.
Link to this function

reload_modules()

-spec reload_modules() -> ok | {error, term()}.
Link to this function

terminal_notifier(Msg)

Send a message to the user as a system notification