Skip to content

Commit

Permalink
🩹 — Remove twitter.css minification in Makefile
Browse files Browse the repository at this point in the history
And update minified CSS files
  • Loading branch information
ldidry committed Dec 29, 2023
1 parent 5bf1a9d commit 5d6f715
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ minify:
@cd ./themes/default/public/css/ && cat bootstrap.min.css fontello.css hennypenny.css lutim.css toastify.css | csso > common.min.css
@cd ./themes/default/public/css/ && cat animation.css uploader.css markdown.css | csso > not_stats.min.css
@cd ./themes/default/public/css/ && cat photoswipe.css default-skin/default-skin.css | csso > gallery.min.css
@cd ./themes/default/public/css/ && cat twitter.css | csso > twitter.min.css

locales:
$(XGETTEXT) $(EXTRACTDIR) -o $(POT) 2>/dev/null
Expand Down
2 changes: 1 addition & 1 deletion themes/default/public/css/common.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/default/public/css/gallery.min.css

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

Loading

0 comments on commit 5d6f715

Please sign in to comment.