Skip to content

Commit

Permalink
Add build file (justfile) and its output (minimalized CSS)
Browse files Browse the repository at this point in the history
  • Loading branch information
mksinicus committed Jan 28, 2023
1 parent db51e3e commit 25de799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions glossing.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
default:
sass glossing.scss | cleancss -O2 > glossing.min.css

0 comments on commit 25de799

Please sign in to comment.