We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac10811 commit 5ab1121Copy full SHA for 5ab1121
2 files changed
_includes/footer.html
@@ -23,8 +23,9 @@
23
<p class="mb-0">
24
Powered by
25
<a href="https://jekyllrb.com" target="_blank">Jekyll</a>
26
- with theme
27
- <a href="https://github.com/cotes2020/jekyll-theme-chirpy/">Chirpy</a>.
+ with
+ <a href="https://github.com/cotes2020/jekyll-theme-chirpy/">Chirpy</a>
28
+ theme.
29
</p>
30
</div>
31
tools/js-compress.sh
@@ -58,6 +58,11 @@ function compress() {
58
if [[ -d "$src" ]]; then
59
compress $src $2 $item # recursion
60
else
61
+
62
+ if [[ -z $(git status $src -s) ]]; then
63
+ continue
64
+ fi
65
66
if [[ ! -d "$2/${sub_dir}" ]]; then
67
mkdir -p $2/${sub_dir}
68
fi
0 commit comments