Skip to content

Commit

Permalink
Use rebar3_neotoma_plugin,
Browse files Browse the repository at this point in the history
move katt_blueprint.peg from priv to src,
delete priv/compile-parser
  • Loading branch information
brucify committed Feb 16, 2022
1 parent 013793e commit ecc4b16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
10 changes: 0 additions & 10 deletions priv/compile-parser

This file was deleted.

5 changes: 2 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
, [ {rebar3_lint, "0.4.0"}
]}.

{post_hooks, [{compile, "./priv/compile-parser"}]}.
{escript_name, "katt"}.
{escript_emu_args, "%%! -noinput\n"}.
{plugins, [rebar3_neotoma_plugin]}.
{provider_hooks, [{pre, [{compile, {neotoma, compile}}]}]}.

{ elvis
, [#{ dirs => ["src", "test"]
Expand Down
File renamed without changes.

0 comments on commit ecc4b16

Please sign in to comment.