Skip to content

feat: remove mashlib-local and solidos-ui coupling - #221

Merged
melvincarvalho merged 1 commit into
gh-pagesfrom
issue-220-remove-mashlib-local
Mar 18, 2026
Merged

feat: remove mashlib-local and solidos-ui coupling#221
melvincarvalho merged 1 commit into
gh-pagesfrom
issue-220-remove-mashlib-local

Conversation

@melvincarvalho

Copy link
Copy Markdown
Contributor

Summary

JSS should not bundle or distribute mashlib. Removes:

  • --mashlib local mode (served from src/mashlib-local/dist/)
  • --solidos-ui option and all solidosUiEnabled references
  • Local file serving routes for mashlib and solidos-ui static files

Keeps:

  • --mashlib-cdn — loads from unpkg CDN
  • --mashlib-module <url> — loads ES module from any URL

Net: -105 lines, +24 lines. 341 tests pass.

Fixes #220

- Remove local mashlib serving (--mashlib local mode)
- Remove --solidos-ui option and all solidosUiEnabled references
- Keep --mashlib-cdn and --mashlib-module as supported modes
- JSS no longer bundles or distributes mashlib

Fixes #220
@melvincarvalho
melvincarvalho merged commit ca19e07 into gh-pages Mar 18, 2026
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.

bug: remove mashlib-local dist from JSS — should not be bundled

1 participant