Skip to content

Add frontend target to Makefile#12204

Merged
mekarpeles merged 2 commits intomasterfrom
makefile-update
Mar 31, 2026
Merged

Add frontend target to Makefile#12204
mekarpeles merged 2 commits intomasterfrom
makefile-update

Conversation

@jimchamp
Copy link
Copy Markdown
Collaborator

@jimchamp jimchamp commented Mar 27, 2026

With the addition of Lit, it has become cumbersome to build all of our frontend files. With these changes in place, one need only call make frontend to build our CSS, JS, Vue components, and Lit components.

Technical

The frontend target depends on css, js, components, and lit-components. It is also declared in .PHONY to ensure the target always runs even if a file or directory named frontend exists.

Testing

Screenshot

Stakeholders


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Copilot AI review requested due to automatic review settings March 27, 2026 17:48
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a convenience make frontend target to build all frontend asset bundles (CSS, JS, Vue components, and Lit components) without running the full all pipeline.

Changes:

  • Introduces a new frontend Makefile target that depends on css, js, components, and lit-components.

Comment thread Makefile
Agent-Logs-Url: https://github.com/internetarchive/openlibrary/sessions/8047d125-2f3a-48f5-b6b4-3cd8b4d0be95

Co-authored-by: jimchamp <28732543+jimchamp@users.noreply.github.com>
@mekarpeles mekarpeles self-assigned this Mar 31, 2026
@mekarpeles mekarpeles merged commit 317a150 into master Mar 31, 2026
5 checks passed
@mekarpeles mekarpeles deleted the makefile-update branch March 31, 2026 00:49
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.

4 participants