We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ac8cc commit b77cd16Copy full SHA for b77cd16
invenio_app_rdm/theme/webpack.py
@@ -72,6 +72,22 @@
72
"@js/invenio_app_rdm": "js/invenio_app_rdm",
73
"@translations/invenio_app_rdm": "translations/invenio_app_rdm",
74
},
75
+ copy=[
76
+ # Copy some assets into "static/dist", as TinyMCE requires that
77
+ # Note that the base path for all entries is the `config.json` directory
78
+ {
79
+ "from": "../node_modules/tinymce/skins/content/default/content.css",
80
+ "to": "../../static/dist/js/skins/content/default",
81
+ },
82
83
+ "from": "../node_modules/tinymce/skins/ui/oxide/skin.min.css",
84
+ "to": "../../static/dist/js/skins/ui/oxide",
85
86
87
+ "from": "../node_modules/tinymce/skins/ui/oxide/content.min.css",
88
89
90
+ ],
91
),
92
93
)
0 commit comments