zotonic_filehandler_mapper (zotonic_filehandler v1.0.0-rc.15)

Map file changes to actions (compile, load, etc.)

Link to this section Summary

Functions

Check if the directory name is the name of a (compiled) application

Link to this section Functions

Link to this function

is_application(AppName)

Check if the directory name is the name of a (compiled) application
Link to this function

map_change(Verb, Filename)

-spec map_change(zotonic_filehandler:verb(), Filename :: binary()) ->
              {ok, [mfa()]} | {error, term()} | false.