Skip to content

Commit

Permalink
slight restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
levand committed Mar 8, 2013
1 parent 7478696 commit dbf88c4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/resources/public/build
/out
/target
/lib
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
:plugins [[lein-cljsbuild "0.3.0"]]
:cljsbuild {:builds [{:source-paths ["src/cljs"]
:compiler {:optimizations :none
:output-to "resources/public/deps.js"
:output-to "resources/public/build/deps.js"
:output-dir "resources/public/build"}}]})
1 change: 0 additions & 1 deletion resources/public/.#brepl.html

This file was deleted.

2 changes: 1 addition & 1 deletion resources/public/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head><title>Hello, World!</title></head>
<body>
<script src="build/goog/base.js"></script>
<script src="deps.js"></script>
<script src="build/deps.js"></script>
<script>goog.require('boids.main');</script>
<script>boids.main.main()</script>
</body>
Expand Down
1 change: 0 additions & 1 deletion src/clj/boids/.#server.clj

This file was deleted.

0 comments on commit dbf88c4

Please sign in to comment.