Skip to content

Ease testing of non-published chartlets.js versions #57

@forman

Description

@forman

Currently we have to publish chartlets.js versions to npm before testing any enhancement and fixes in the host application. This is by far too time consuming.

The desired approach would be declare "chartlets.js": "file:../chartlets/chartlets.js" in the package.json (sym-linking it) of the host application. However, that doesn't work currently doesn't work because of the way chartlets.js's package.json specifies its dependencies since it includes the demo application. We may need to move the demo code into a separate repo.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions