Module nova_compiler

.

Copyright © (C) 2018, Niclas Axelsson

Behaviours: gen_server.

Authors: Niclas Axelsson (niclas@burbas.se).

Description

Function Index

compile_all/0
compile_all/1
do_compile/1
get_views/0
recompile_view/1
start_link/0 Starts the server.

Function Details

compile_all/0

compile_all() -> any()

compile_all/1

compile_all(App) -> any()

do_compile/1

do_compile(File) -> any()

get_views/0

get_views() -> any()

recompile_view/1

recompile_view(Viewname) -> any()

start_link/0

start_link() -> {ok, Pid} | ignore | {error, Error}

Starts the server


Generated by EDoc