The livecode API has been generalized and there was some backwackward-incompatible changes in that proces. Added livecode-canvas.js with the required options to fix the issue.
15 lines
235 B
JSON
15 lines
235 B
JSON
{
|
|
"css/lms.css": [
|
|
"public/css/lms.css"
|
|
],
|
|
"css/community.css": [
|
|
"public/css/style.css",
|
|
"public/css/vars.css",
|
|
"public/css/style.less"
|
|
],
|
|
"js/livecode-canvas.js": [
|
|
"public/js/livecode-canvas.js"
|
|
]
|
|
|
|
}
|