Skip to content

Commit

Permalink
Merge branch 'JI-5152-ckeditor5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Languafe committed Oct 24, 2024
2 parents 5203851 + 17ac962 commit 14ae2c5
Show file tree
Hide file tree
Showing 441 changed files with 7,161 additions and 17,427 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,16 @@ A general library that is supposed to be used in most PHP implementations of H5P

All code is licensed under MIT License

Open Sans font is licensed under Apache license, Version 2.0
Open Sans font is licensed under Apache license, Version 2.0

## Compiling scss to css

You first need to install ruby and compass:
- `sudo apt update`
- `sudo apt install ruby-full`
- `sudo apt install build-essential`
- `sudo gem install compass`

Then cd to `h5p-editor-php-library/styles` and compile the scss files:
- `compass watch` to continuely compile changes
- or `compass clean && compass compile` to delete the css files and compile new ones
2,117 changes: 0 additions & 2,117 deletions ckeditor/CHANGES.md

This file was deleted.

1,436 changes: 0 additions & 1,436 deletions ckeditor/LICENSE.md

This file was deleted.

39 changes: 0 additions & 39 deletions ckeditor/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions ckeditor/SECURITY.md

This file was deleted.

10 changes: 0 additions & 10 deletions ckeditor/adapters/jquery.js

This file was deleted.

16 changes: 0 additions & 16 deletions ckeditor/bender-runner.config.json

This file was deleted.

165 changes: 0 additions & 165 deletions ckeditor/build-config.js

This file was deleted.

Loading

0 comments on commit 14ae2c5

Please sign in to comment.