Skip to content

Commit c714225

Browse files
πŸ—βœ¨οΌšadd scssify task #56
succinctly, much left still desired (critical scss, clean, image optim, etc.), but adds dual-use scssify task representing a strong start to asset optimization pipeline(s) > open-ended amphibian tasks for our agents, pls > β€” @OpenINFbot Refs: https://twitter.com/DerekNonGeneric/status/1784893846171615561 PR URL: https://github.com/OpenINF/open.inf.is/pull/56 Reviewed-by: OpenINF-bot <[email protected]> Thanks: Grimes <[email protected]> Cc: Jorge Bucaran <[email protected]> --------- Signed-off-by: Derek Lewis <[email protected]> Co-Authored-By: OpenINF-bot <[email protected]>
1 parent 19b1f49 commit c714225

File tree

212 files changed

+1975
-123
lines changed

Some content is hidden

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

212 files changed

+1975
-123
lines changed

β€Ž.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ node_modules/
66
.pnpm-store/
77

88
# Ignore metadata generated by Jekyll.
9-
_site/
109
.sass-cache/
1110
.jekyll-cache/
1211
.jekyll-metadata
@@ -17,3 +16,7 @@ _site/
1716

1817
# Ignore secrets.
1918
.env
19+
20+
# Ignore generated build products.
21+
_site/
22+
/assets/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)