Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ A draggable meta-component with a few different dragging behaviors: `free-drag`,
Run the visualize example to get a sense of the draggable behaviors:

lein cljsbuild once
lein simpleton 4005
open http://localhost:4005/examples/visualize/
python -m SimpleHTTPServer 4005


## Usage
Expand Down
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
[org.clojure/core.async "0.1.267.0-0d7780-alpha"]
[om "0.5.0"]]

:plugins [[lein-cljsbuild "1.0.2"]]
:plugins [[lein-cljsbuild "1.0.2"]
[lein-simpleton "1.2.0"]]

:source-paths ["src"]

:cljsbuild {
:cljsbuild {
:builds [{:id "draggable"
:source-paths ["src"]
:compiler {
Expand Down