apostrophecms / apostrophecms/apostrophe
Option to opt-out for public bundles
- Dominant language
- JavaScript
- Stars
- 4.6k
- Forks
- 650
- Avg merge
- 19h 21m
- Merged PRs (30d)
- 23
Description
## The problem to solve
With the possibility we have now to use an external front integration like `apostrophe-astro` we should have an option to tell Apostrophe to build only admin UI (aka apos) bundle, as the public front end is no more served by Apostrophe.
## Proposed solution
Add an option to `@apostrophecms/asset` in order to tell the module to build only the admin UI (aka. apos) bundle.
Contributor guide
Research direction
Start by inspecting @apostrophecms/asset's bundle-building entry points and existing tests, if present. Done means an option can produce only the admin (“apos”) bundle while omitting the public bundle; verify that behavior with the module's test or build workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100