SCEditor icon indicating copy to clipboard operation
SCEditor copied to clipboard

files are missing / minified folder does not exist

Open Proxy-99 opened this issue 2 years ago • 1 comments

Steps to reproduce the problem

  1. clone repo
  2. go to exmaple folder
  3. open the example file

scripts not working

Proxy-99 avatar Jan 29 '23 19:01 Proxy-99

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.

samclarke avatar Jan 29 '23 22:01 samclarke