Skip to content

Commit 14ae2c5

Browse files
committed
Merge branch 'JI-5152-ckeditor5'
2 parents 5203851 + 17ac962 commit 14ae2c5

File tree

441 files changed

+7161
-17427
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

441 files changed

+7161
-17427
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@ A general library that is supposed to be used in most PHP implementations of H5P
77

88
All code is licensed under MIT License
99

10-
Open Sans font is licensed under Apache license, Version 2.0
10+
Open Sans font is licensed under Apache license, Version 2.0
11+
12+
## Compiling scss to css
13+
14+
You first need to install ruby and compass:
15+
- `sudo apt update`
16+
- `sudo apt install ruby-full`
17+
- `sudo apt install build-essential`
18+
- `sudo gem install compass`
19+
20+
Then cd to `h5p-editor-php-library/styles` and compile the scss files:
21+
- `compass watch` to continuely compile changes
22+
- or `compass clean && compass compile` to delete the css files and compile new ones

ckeditor/CHANGES.md

Lines changed: 0 additions & 2117 deletions
This file was deleted.

ckeditor/LICENSE.md

Lines changed: 0 additions & 1436 deletions
This file was deleted.

ckeditor/README.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

ckeditor/SECURITY.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

ckeditor/adapters/jquery.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

ckeditor/bender-runner.config.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

ckeditor/build-config.js

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)