浏览代码

Document the pre and post script hooks

pull/3/head
Andrew Thompson 14 年前
提交者 Tuncer Ayaz
父节点
当前提交
2387a8e966
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. +12
    -0
      rebar.config.sample

+ 12
- 0
rebar.config.sample 查看文件

@ -8,6 +8,18 @@
%% Additional library directories to add to the code path
{lib_dirs, []}.
%% Command to run before compiling
{compile_pre_script, "./script.sh"}.
%% Command to run after compiling
{compile_post_script, "./script.sh"}.
%% Command to run before cleaning
{clean_pre_script, "./script.sh"}.
%% Command to run after cleaning
{clean_post_script, "./script.sh"}.
%% == Erlang Compiler ==
%% Erlang files to compile before the rest. Rebar automatically compiles

正在加载...
取消
保存