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
I have created a basic HTML/CSS/JS codeswing.
My index.html imports modelHandler.js.
But codeswing only recongnizes script.js as a JS file but ignores modelHandler.js.
How can I add modelHandler.js to the swing so that it is treated as part of the swing? (open the editor of this file when swing opens, refresh the preview on editing the file, etc.)
I have created a basic HTML/CSS/JS codeswing.
My index.html imports
modelHandler.js
.But codeswing only recongnizes
script.js
as a JS file but ignoresmodelHandler.js
.How can I add
modelHandler.js
to the swing so that it is treated as part of the swing? (open the editor of this file when swing opens, refresh the preview on editing the file, etc.)The text was updated successfully, but these errors were encountered: