samclarke / SCEditor

A lightweight HTML and BBCode WYSIWYG editor
http://www.sceditor.com/
Other
643 stars 186 forks source link

files are missing / minified folder does not exist #919

Open Proxy-99 opened 1 year ago

Proxy-99 commented 1 year ago

Steps to reproduce the problem

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

scripts not working

samclarke commented 1 year ago

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.