You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The faster way is to just use the pre-compiled bespin that's in this repo. Take a look at /example/public/index.html. There should be a symlink at /example/public/bespin, if it's not there just create one pointing to /BespinEmbedded-0.9a2/tmp (where the pre-compiled bespin with CoffeeScript support is).
If you want to choose which plugins you'll use, unfortunately bespin requires that you do your own build. OTOH it's everything already setup in this repository, you'll just have to edit the coffeescript_syntax.json file to choose your plugins, make sure you have installed node/coffeescript and dryice (bespin's build tool) and run Cakefile build.
If you bump into any issues, feel free to ask. Also the official docs are here:
How would I go about using this in Bespin embedded?
The text was updated successfully, but these errors were encountered: