Skip to content

New to developing - Where are all the mod.manifest files? #118

Answered by jagattibco
chrcwalk asked this question in Q&A
Discussion options

You must be logged in to vote

chrcwalk,

The example mods named "ts-*" are written in TypeScript. These cannot be imported and used directly by Spotfire but require a build step where the TS code is transpiled to JS and bundled up with static resources used by the mod. We have chosen to structure the TS mods so that the static resources are all placed in the "static" folder keeping them separate from the TS code in "src". We just think this is a nice way of structuring a TS mod project.
As you have noticed, the mod-manifest.json is considered a static resource and placed in the "static" folder rather than in "src".

You say that you don't have access to node.js and npm. I suppose that means you do not have access to Typ…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jagattibco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants