Skip to content

Commit

Permalink
Remove library versions of local libraries, update ckeditor stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant committed Sep 2, 2023
1 parent 4661db1 commit a113e6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
4 changes: 2 additions & 2 deletions kraken.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ libraries-override:
ckeditor_stylesheets:
- css/styles.min.css
- css/drupal.media.min.css
- css/drupal.ckeditor.iframe.css
- css/drupal.ckeditor.iframe.min.css
ckeditor5-stylesheets:
- css/styles.min.css
- css/drupal.media.min.css
- css/drupal.ckeditor.iframe.css
- css/drupal.ckeditor.iframe.min.css

regions:
pre_content: 'Pre-content'
Expand Down
21 changes: 1 addition & 20 deletions kraken.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,99 +19,85 @@ global:

## Extended Core Libraries
book-navigation:
version: VERSION
css:
component:
css/components/book-navigation.css: { }

dialog:
version: VERSION
css:
component:
css/components/dialog.css:
weight: -10

dropbutton:
version: VERSION
css:
component:
css/components/dropbutton.css:
weight: -10

file:
version: VERSION
css:
component:
css/components/file.css:
weight: -10

forum:
version: VERSION

css:
component:
css/components/forum.css:
weight: -10

image-widget:
version: VERSION
css:
component:
css/components/image-widget.css: { }

indented:
version: VERSION
css:
component:
css/components/indented.css: { }

media_embed_error:
version: VERSION
css:
component:
css/components/media-embed-error.css: { }

media_library:
version: VERSION
css:
layout:
css/layout/media-library.css: { }

messages:
version: VERSION
css:
component:
css/components/messages.css:
weight: -10

node:
version: VERSION
css:
component:
css/components/node.css:
weight: -10

progress:
version: VERSION
css:
component:
css/components/progress.css:
weight: -10

search-results:
version: VERSION
css:
component:
css/components/search-results.css: { }

user:
version: VERSION
css:
component:
css/components/user.css:
weight: -10

media_embed_ckeditor_theme:
version: VERSION
js:
js/media_embed_ckeditor.theme.js: { }

Expand All @@ -129,14 +115,12 @@ css-prod:

## Custom Development Vue js
clf-js-dev:
version: 1.0.1
js:
js/vendors~vue.js: { minified: true, preprocess: false }
js/vue.js: { minified: true, preprocess: false }

## Custom Production Vue js
clf-js-prod:
version: 1.0.1
js:
js/vendors~vue.min.js: { minified: true, preprocess: false }
js/vue.min.js: { minified: true, preprocess: false }
Expand Down Expand Up @@ -204,7 +188,6 @@ clf-legacy--widen-more:

## Scroll to top
scroll:
version: 1.0.1
js:
js/kraken.scroll.min.js: { minified: true }
dependencies:
Expand All @@ -213,7 +196,6 @@ scroll:

## Sticky-header
sticky-header:
version: 1.0.1
css:
theme:
css/clf.7.stickynav.css: { minified: true }
Expand All @@ -225,7 +207,6 @@ sticky-header:

## Scroll to content
scroll-to-content:
version: 1.0
js:
js/kraken.scrolltocontent.min.js: { minified: true }
dependencies:
Expand Down

0 comments on commit a113e6f

Please sign in to comment.