Replies: 1 comment
-
This is an open issue, you can follow it here: #384 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I build a chunk of javascript via scalajs - as a step in a plugin to stitch together a local web application?
So far I've only gotten the javascript generated by
bleep run FrontEnd
(which errors because running it uses the dom). That's not a great option for a part of something bigger.(I have been able to write a bleep script that uses
commands.compile()
, but I haven't found the part of bleep to call to generate the javascript. Compile seems to just make class files.)Beta Was this translation helpful? Give feedback.
All reactions