Skip to content

Instantly share code, notes, and snippets.

@blt
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blt/9265911 to your computer and use it in GitHub Desktop.
Save blt/9265911 to your computer and use it in GitHub Desktop.
(walden) /tmp/lazybones
blt> rebar --version
rebar 2.1.0-pre R16B02 20131011_060444 git 2.1.0-pre-46-g78fa8fc
(walden) /tmp/lazybones
blt> rebar get-deps
==> lazybones (get-deps)
Pulling libsass from {git,"git://github.com/hcatlin/libsass.git",
{tag,"v1.0.1"}}
Cloning into 'libsass'...
==> libsass (get-deps)
(walden) /tmp/lazybones
blt> rebar compile
==> lazybones (compile)
{deps, [
{
libsass,
".*",
{git, "git://github.com/hcatlin/libsass.git", {tag, "v1.0.1"}},
[raw]
}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment