Skip to content

Commit 6d1d5c3

Browse files
committed
Update littlefoot
1 parent 43b0943 commit 6d1d5c3

6 files changed

+8
-5
lines changed

R/maintenance.R

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@ get_asset_unpkg <- function(package, version, file) {
2626

2727
# littlefoot.js -----
2828
# https://github.com/goblindegook/littlefoot/releases
29-
littlefoot_version <- "4.0.0-6"
29+
littlefoot_version <- "4.1.2"
3030

3131
get_asset_unpkg("littlefoot", littlefoot_version, "dist/littlefoot.js")
3232
get_asset_unpkg("littlefoot", littlefoot_version, "dist/littlefoot.css")
3333

3434
# Make chroma style ----
3535

3636
chroma_gen <- function(style = "monokai") {
37-
cmd <- glue::glue("hugo gen chromastyles --style={style} > static/css/syntax-{style}.css")
37+
cmd <- glue::glue(
38+
"hugo gen chromastyles --style={style} > static/css/syntax-{style}.css"
39+
)
3840
system(cmd)
3941
}
4042

static/css/littlefoot-4.1.2.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/littlefoot.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
littlefoot-4.1.1.css
1+
littlefoot-4.1.2.css

static/js/littlefoot-4.1.1.js

-1
This file was deleted.

0 commit comments

Comments
 (0)