jsx/rebar.config.script
2014-04-19 00:00:54 +00:00

9 lines
No EOL
224 B
Text

case os:getenv("JSX_NOMAPS") of
false ->
try file:script("config/maps") of
{ok, true} -> [{erl_opts, [{d, release_supports_maps}]}] ++ CONFIG;
_ -> CONFIG
catch _:_ -> CONFIG
end;
_ -> CONFIG
end.