SCEditor
SCEditor copied to clipboard
files are missing / minified folder does not exist
Steps to reproduce the problem
- clone repo
- go to exmaple folder
- open the example file
scripts not working
Thanks for reporting.
The minified files are no longer included in the repository as they require regenerating often and make diffs big. They can be generated by running:
npm ci
npm run build
Alternatively, the ZIP download includes the minified files along with an example.html
file.
It may be worth removing the example folder from the repository to avoid confusion as it isn't that useful anymore.