Module zotonic_filehandler_mapper

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

Copyright © 2017 Marc Worrell

Authors: Marc Worrell (marc@worrell.nl).

Description

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

Function Index

is_application/1Check if the directory name is the name of a (compiled) application.
map_change/2

Function Details

is_application/1

is_application(AppName) -> any()

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

map_change/2

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


Generated by EDoc