Last active
August 29, 2015 13:56
-
-
Save blt/9265911 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{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