Skip to content

Commit

Permalink
Merge pull request #22 from inaka/elbrujohalcon.22.basepath_is_misint…
Browse files Browse the repository at this point in the history
…erpreted

basePath is misinterpreted
  • Loading branch information
cabol committed Oct 14, 2015
2 parents bb7c13f + e92bb80 commit 89c5daa
Show file tree
Hide file tree
Showing 8 changed files with 10,448 additions and 920 deletions.
1 change: 1 addition & 0 deletions .awconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
_rel/
relx
*.d
.eunit
deps
*.o
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CONFIG ?= test/test.config

DEPS = jiffy trails

dep_jiffy = git https://github.com/davisp/jiffy.git 0.14.2
dep_jiffy = git https://github.com/davisp/jiffy.git 0.14.3
dep_trails = git https://github.com/inaka/cowboy-trails.git 0.0.2

SHELL_DEPS = sync
Expand All @@ -14,7 +14,7 @@ dep_sync = git https://github.com/inaka/sync.git 0.1.3
TEST_DEPS = xref_runner mixer shotgun

dep_xref_runner = git https://github.com/inaka/xref_runner.git 0.2.2
dep_mixer = git https://github.com/inaka/mixer.git 0.1.3
dep_mixer = git https://github.com/inaka/mixer.git 0.1.4
dep_shotgun = git https://github.com/inaka/shotgun.git 0.1.12

PLT_APPS := trails cowboy
Expand Down
Loading

0 comments on commit 89c5daa

Please sign in to comment.