mirror of
https://github.com/status-im/reagent.git
synced 2025-02-05 00:23:48 +00:00
Version 0.0.2
This commit is contained in:
parent
00ac6d69f3
commit
59b3d9c69c
4
Makefile
4
Makefile
@ -9,7 +9,7 @@ PROF = dev,test
|
|||||||
CLJSBUILD = client
|
CLJSBUILD = client
|
||||||
CLJSDIRS = src test
|
CLJSDIRS = src test
|
||||||
|
|
||||||
VERSION = 0.0.2-SNAPSHOT
|
VERSION = 0.0.2 # -SNAPSHOT
|
||||||
|
|
||||||
all: buildrun
|
all: buildrun
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ leinbuild: setup
|
|||||||
lein -o cljsbuild once $(CLJSBUILD)
|
lein -o cljsbuild once $(CLJSBUILD)
|
||||||
|
|
||||||
openbrowser:
|
openbrowser:
|
||||||
(sleep 1 && open -a "Google Chrome" site/test.html) &
|
(sleep 1 && open site/test.html) &
|
||||||
|
|
||||||
buildrun: setup
|
buildrun: setup
|
||||||
lein -o with-profile $(PROF) cljsbuild auto $(CLJSBUILD)
|
lein -o with-profile $(PROF) cljsbuild auto $(CLJSBUILD)
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
|
|
||||||
(defproject simple-cloact "0.0.2-SNAPSHOT"
|
(defproject simple-cloact "0.0.2"
|
||||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||||
[org.clojure/clojurescript "0.0-2120"]
|
[org.clojure/clojurescript "0.0-2120"]
|
||||||
[cloact "0.0.2-SNAPSHOT"]]
|
[cloact "0.0.2"]]
|
||||||
:plugins [[lein-cljsbuild "1.0.1"]]
|
:plugins [[lein-cljsbuild "1.0.1"]]
|
||||||
:hooks [leiningen.cljsbuild]
|
:hooks [leiningen.cljsbuild]
|
||||||
:profiles {:prod {:cljsbuild
|
:profiles {:prod {:cljsbuild
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
|
|
||||||
(defproject todomvc-cloact "0.0.2-SNAPSHOT"
|
(defproject todomvc-cloact "0.0.2"
|
||||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||||
[org.clojure/clojurescript "0.0-2120"]
|
[org.clojure/clojurescript "0.0-2120"]
|
||||||
[cloact "0.0.2-SNAPSHOT"]]
|
[cloact "0.0.2"]]
|
||||||
:plugins [[lein-cljsbuild "1.0.1"]]
|
:plugins [[lein-cljsbuild "1.0.1"]]
|
||||||
:hooks [leiningen.cljsbuild]
|
:hooks [leiningen.cljsbuild]
|
||||||
:profiles {:prod {:cljsbuild
|
:profiles {:prod {:cljsbuild
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
(defproject cloact "0.0.2-SNAPSHOT"
|
(defproject cloact "0.0.2"
|
||||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||||
[org.clojure/clojurescript "0.0-2120"]]
|
[org.clojure/clojurescript "0.0-2120"]]
|
||||||
:plugins [[lein-cljsbuild "1.0.1"]]
|
:plugins [[lein-cljsbuild "1.0.1"]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user