Skip to content

Commit

Permalink
Add hiccup
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Oct 5, 2017
1 parent a02b1ff commit 6021484
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ _build
.idea
*.iml
rebar3.crashdump
rebar.lock
1 change: 1 addition & 0 deletions config/sys.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[].
5 changes: 5 additions & 0 deletions config/vm.args
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-sname try-clojerl

-setcookie try-clojerl

-mode interactive
8 changes: 3 additions & 5 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{erl_opts, [debug_info]}.

{clje_src_dirs, ["src"]}.

{deps
, [ {clojerl, ".*", {git, "https://github.com/jfacorro/clojerl.git", {branch, "jfacorro.add.clojerl.String.replace"}}}
, {hiccup, ".*", {git, "https://github.com/jfacorro/hiccup.git", {branch, "clojerl"}}}
, cowboy
, {cowboy, "1.1.2"}
]
}.

Expand All @@ -18,6 +14,8 @@
, {'try-clojerl', "0.1.0"}
, [sasl, 'try-clojerl']
}
, {sys_config, "./config/sys.config"}
, {vm_args, "./config/vm.args"}
, {dev_mode, true}
, {include_erts, false}
, {extended_start_script, true}
Expand Down
14 changes: 0 additions & 14 deletions rebar.lock

This file was deleted.

15 changes: 7 additions & 8 deletions src/try-clojerl.app.src
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{ application
, 'try-clojerl'
, [ {description, "Try Clojure"}
, {vsn, git}
{ application, 'try-clojerl'
, [ {vsn, git}
, {description, "Try Clojure"}
, {modules, []}
, {registered, []}
, {mod, {'try-clojerl.app', []}}
, { applications
, [ kernel
, stdlib
, [ stdlib
, kernel
, cowboy
, clojerl
, hiccup
]
}
, {mod, {'try-clojerl.app', []}}
]
}.

0 comments on commit 6021484

Please sign in to comment.