[PR #2580] [MERGED] Compress css with nodejs #16482

Closed
opened 2025-11-02 12:11:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2580
Author: @Morlinest
Created: 9/22/2017
Status: Merged
Merged: 9/24/2017
Merged by: @lafriks

Base: masterHead: fix/minify-on-build


📝 Commits (1)

📊 Changes

3 files changed (+12 additions, -15 deletions)

View changed files

📝 Makefile (+5 -9)
📝 package.json (+6 -5)
📝 public/css/index.css (+1 -1)

📄 Description

Minify css only when building gitea so we can develop, debug and compare changes. JS should be add in the future.

Also needed for changes in building gitea with drone - including docker image with node instead of installing node on drone build.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2580 **Author:** [@Morlinest](https://github.com/Morlinest) **Created:** 9/22/2017 **Status:** ✅ Merged **Merged:** 9/24/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix/minify-on-build` --- ### 📝 Commits (1) - [`48cd7da`](https://github.com/go-gitea/gitea/commit/48cd7da0d2502ddbdc60cc9111d50804deea9423) Compress css with nodejs ### 📊 Changes **3 files changed** (+12 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+5 -9) 📝 `package.json` (+6 -5) 📝 `public/css/index.css` (+1 -1) </details> ### 📄 Description Minify css only when building gitea so we can develop, debug and compare changes. JS should be add in the future. Also needed for changes in building gitea with drone - including docker image with node instead of installing node on drone build. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:11:40 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16482