Skip to content

Commit 73988c5

Browse files
committed
Cleanup: remove no-longer-necessary files and references thereto
1 parent b536254 commit 73988c5

File tree

7 files changed

+1
-88
lines changed

7 files changed

+1
-88
lines changed

jsrepl.html

-25
This file was deleted.

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
:source-paths ["src"]
1818
:test-paths ["spec"]
1919

20-
:cljsbuild ~(let [run-specs ["phantomjs" "bin/specljs_runner.js" "repl.out/goog/base.js" "webrepl.js" "spec/stubs.js" "out/koans_spec.js"]]
20+
:cljsbuild ~(let [run-specs ["phantomjs" "bin/specljs_runner.js" "out/koans_spec.js"]]
2121
{ :builds {
2222
:prod {
2323
:source-paths ["src"]

script/build

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/sh
22

33
lein cljsbuild clean && lein cljsbuild once
4-
script/build-repl

script/build-repl

-24
This file was deleted.

spec/stubs.js

-1
This file was deleted.

src/koans/repl.cljs

-23
This file was deleted.

webrepl.cljs

-13
This file was deleted.

0 commit comments

Comments
 (0)