mcurcija
mcurcija
You could link with git main branch instead of using 0.4.5 ``` git clone https://github.com/c0bra/svelma.git cd my-project pnpm link ../svelma devDependencies: - svelma 0.4.5 + svelma 0.4.5
Build from local git is also fine ``` cd svelma pnpm run build cd public/build pnpm pack ``` During pack svelma-0.4.5.tgz is created in project root. Copy svelma-0.4.5.tgz to the...
A good starting point to solve your problem is an assemble script: _s2i-java/sti/bin/assemble_. If you are using gradle build then following line in the script: https://github.com/jorgemoralespou/s2i-java/blob/221c47a3c27c6e422c12ad5989cef7d06b4d1229/sti/bin/assemble#L136 results with following error:...