Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add dependency on rebar_js_minispade_plugin.
  • Loading branch information
cmeiklejohn committed Aug 4, 2012
1 parent 19f53d5 commit aa10e66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion rebar.config
Expand Up @@ -6,5 +6,7 @@
{rebar_js_uglifier_plugin, ".*",
{git, "git://github.com/cmeiklejohn/rebar_js_uglifier_plugin.git", {branch, "master"}}},
{rebar_js_concatenator_plugin, ".*",
{git, "git://github.com/cmeiklejohn/rebar_js_concatenator_plugin.git", {branch, "master"}}}
{git, "git://github.com/cmeiklejohn/rebar_js_concatenator_plugin.git", {branch, "master"}}},
{rebar_js_minispade_plugin, ".*",
{git, "git://github.com/cmeiklejohn/rebar_js_minispade_plugin.git", {branch, "master"}}}
]}.
3 changes: 2 additions & 1 deletion src/rebar_js_plugin.app.src
Expand Up @@ -7,7 +7,8 @@
kernel,
stdlib,
rebar_js_uglifier_plugin,
rebar_js_concatenator_plugin
rebar_js_concatenator_plugin,
rebar_js_minispade_plugin
]},
{mod, { rebar_js_plugin, []}},
{env, []}
Expand Down

0 comments on commit aa10e66

Please sign in to comment.