Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Update with browserific and latest chenex
Browse files Browse the repository at this point in the history
  • Loading branch information
greenyouse committed Apr 29, 2015
1 parent b134009 commit 1b2569b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion browserific-app/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject browserific-app/lein-template "0.2.0"
(defproject browserific-app/lein-template "0.2.1"
:description "A Leiningen template for Browserific ClojureScript apps"
:url "https://github.com/greenyouse/browserific/tree/master/browserific-app"
:license {:name "BSD 2-Clause"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
<div id="app" />
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<!-- for development -->
<script type="text/javascript">goog.require("{{name}}.brepl");</script>
</body>
</html>
5 changes: 3 additions & 2 deletions browserific-app/src/leiningen/new/browserific_app/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
[org.clojure/core.logic "0.8.10"]
;;[fogus/bacwn "0.4.0"]
;;[datascript "0.10.0"]
[com.greenyouse/chenex "0.2.0"]
[com.greenyouse/chenex "0.2.1"]
[browserific "0.1.2-alpha4"]
[reagent "0.5.0"]]

:plugins [[lein-cljsbuild "1.0.5"]
[com.greenyouse/chenex "0.2.0"]
[com.greenyouse/chenex "0.2.1"]
[com.cemerick/clojurescript.test "0.3.3"]
[lein-browserific "0.1.2-alpha3"]
[lein-auto "0.1.2"]
Expand Down

0 comments on commit 1b2569b

Please sign in to comment.