Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit 338689c

Browse files
committed
CSS compression
1 parent e6136a2 commit 338689c

File tree

2 files changed

+722
-10
lines changed

2 files changed

+722
-10
lines changed

Diff for: Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ help:
6161
@echo 'Set the RELATIVE variable to 1 to enable relative urls '
6262
@echo ' '
6363

64-
html:
64+
compress:
65+
cat nest/static/css/{bootstrap.min.css,fonts.css,nest.css,pygment.css} | cssmin --wrap 99 > nest/static/css/all.min.css
66+
67+
html: compress
6568
$(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS)
6669

6770
clean:

Diff for: nest/static/css/all.min.css

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

0 commit comments

Comments
 (0)