Skip to content

Commit d515bfe

Browse files
committed
...
1 parent fd91c0e commit d515bfe

14 files changed

+45
-1315
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
*~
1+
*~
2+
*#

build.boot

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
(task-options! cljs {:optimizations :advanced})
7070
(comp
7171
(cljs)
72-
(sift :include #{#"js/.*js" #"index.html" #"css/.*css" #"svg/.*svg"})
72+
(sift :include #{#"js/.*js$" #"index.html$" #"css/.*css$" #"svg/.*svg$"})
7373
(target :dir #{"release-js"})))
7474

7575

release/index.html

-13
This file was deleted.

release/js/processing-1.4.8.js

-431
This file was deleted.

resources/css/style.css

+13
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ body {
2727
background-size: cover;
2828
}
2929

30+
3031
.playing {
3132
background-image: url('../svg/pause.svg');
3233
background-size: cover;
3334
}
3435

36+
3537
.close-wrapper {
3638
width: 2em;
3739
height: 2em;
@@ -44,4 +46,15 @@ body {
4446
cursor: pointer;
4547
}
4648

49+
.refresh-wrapper {
50+
width: 2em;
51+
height: 2em;
52+
background-image: url('../svg/refresh.svg');
53+
background-size: cover;
54+
display: inline-block;
55+
margin: 0.5em 0.3em;
56+
cursor: pointer;
57+
opacity: 0.8;
58+
}
59+
4760
.hidden { display: none; }

resources/dev-resources/cubev.png

-61.4 KB
Binary file not shown.
-154 KB
Binary file not shown.

resources/dev-resources/stats.js

-7
This file was deleted.

0 commit comments

Comments
 (0)