Skip to content

build: Add sass:icons step to nextcloud dev build - #150

Merged
bromiesTM merged 1 commit into
ionos-dev-v33from
kh/fix/icons-not-build-for-dev
Aug 21, 2026
Merged

build: Add sass:icons step to nextcloud dev build#150
bromiesTM merged 1 commit into
ionos-dev-v33from
kh/fix/icons-not-build-for-dev

Conversation

@bromiesTM

Copy link
Copy Markdown
Contributor

npm dev and build purge the dist folder automatically but build has a postbuild step to generate icons.css. This is missing for dev script

npm dev and build purge the dist folder automatically but build has a
postbuild step to generate icons.css. This is missing for dev script

Signed-off-by: Kai Henseler <kai.henseler@strato.de>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the missing icon stylesheet generation step to the Nextcloud development build target so the dev build produces the same icons.css artifact that production builds already generate via the build pipeline.

Changes:

  • Extend build_nextcloud_dev to run npm run sass:icons after npm run dev.
  • Keep the dev build flow consistent with the existing production build’s icon CSS generation behavior.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@tanyaka tanyaka left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review OK.

@bromiesTM
bromiesTM merged commit 23c5238 into ionos-dev-v33 Aug 21, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants