Skip to content

fix: re-export source files and include wrapper READMEs in npm package - #3335

Merged
adumesny merged 1 commit into
gridstack:masterfrom
adumesny:master
Jul 22, 2026
Merged

fix: re-export source files and include wrapper READMEs in npm package#3335
adumesny merged 1 commit into
gridstack:masterfrom
adumesny:master

Conversation

@adumesny

Copy link
Copy Markdown
Member
  • Restore the copying of angular source files to dist/angular/src which was broken when the build order was changed (ng-packagr deletes the dist directory, removing the files copied by grunt). Running grunt copy:dist after ng build restores them.
  • Include README.md for each wrapper (angular, react, vue) as top-level items in the npm package.
  • Update main README.md to link to the included wrapper READMEs instead of external sites.

Checklist

  • Created tests which fail without the change (if possible)
  • All tests passing (yarn test)
  • Extended the README / documentation, if necessary
- Restore the copying of angular source files to dist/angular/src which was broken when the build order was changed (ng-packagr deletes the dist directory, removing the files copied by grunt). Running grunt copy:dist after ng build restores them.
- Include README.md for each wrapper (angular, react, vue) as top-level items in the npm package.
- Update main README.md to link to the included wrapper READMEs instead of external sites.

Co-authored-by: Cursor <cursoragent@cursor.com>
@adumesny
adumesny merged commit c07b891 into gridstack:master Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant