Skip to content

Commit c9d1322

Browse files
authored
Merge pull request #266 from suprstarrd/imgbot
fix(ui): optimize images
2 parents 90993f7 + 10fd510 commit c9d1322

57 files changed

Lines changed: 192 additions & 3 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.docker/squash-images.fish

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/usr/bin/fish
2+
3+
# Shitty image opt script
4+
# Delete once we have proper stuff
5+
6+
source (which env_parallel.fish)
7+
8+
set files (find . -name '*.png' -print0 | string split0)
9+
10+
echo Will process (count $files) images.
11+
12+
function process
13+
oxipng -o max --zopfli --zi 50 --ng --strip all $argv
14+
ect -9 -strip --allfilters-b $argv
15+
end
16+
17+
env_parallel --env process process ::: $files

apps/juxtaposition-ui/webfiles/ctr/css/juxt.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ body {
1919

2020
#body {
2121
background-image: url(@/images/background.png);
22-
background-size: 100px;
2322
background-repeat: repeat;
2423
padding-bottom: 28px; /* Toolbar location */
2524
}
-300 Bytes
-41.4 KB
-20.2 KB
Binary file not shown.
-384 Bytes
-52 Bytes
-50 Bytes
-271 Bytes
-331 Bytes

0 commit comments

Comments
 (0)