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
{{ message }}
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
Currently to debug code imported with the spade.register() method from the console, you need to have the setting "spade:format": "function" within the "bpm_libs.js"hash of your [PACKAGE].json file.
For whatever reason running with bpm preview ignores the before mentioned "spade:format" setting.
Currently you must do a bpm rebuild after every change you make which should not be the case. This should work using bpm preview.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently to debug code imported with the
spade.register()
method from the console, you need to have the setting"spade:format": "function"
within the"bpm_libs.js"
hash of your [PACKAGE].json file.For whatever reason running with
bpm preview
ignores the before mentioned"spade:format"
setting.Currently you must do a
bpm rebuild
after every change you make which should not be the case. This should work usingbpm preview
.The text was updated successfully, but these errors were encountered: