Skip to content

Commit

Permalink
add back the output-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gigasquid committed Dec 22, 2011
1 parent cdc3bc0 commit 72a675d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -123,7 +123,7 @@ h4. Compile ClojureScript
<pre>
git clone git://github.com/ckirkendall/enfocus.git
cd enfocus/project
cljs-watch cljs-src/ '{:output-to "../sample/resources/public/cljs/enfocus.js"}'
cljs-watch cljs-src/ '{:output-dir "../sample/resources/public/cljs" :output-to "../sample/resources/public/cljs/enfocus.js"}'
</pre>

h4. Viewing the Test Page
Expand Down

0 comments on commit 72a675d

Please sign in to comment.