We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71debb3 commit f0961cbCopy full SHA for f0961cb
.gitignore
@@ -23,6 +23,6 @@ deployment/**/*
23
24
node_modules
25
# copied from node_modules using the copy-files-from-to NPM package
26
-webroot/js/jquery-*.js
27
-webroot/js/ckeditor5-*.js
28
-webroot/css/ckeditor5-*.css
+webroot/js/jquery.min.js
+webroot/js/ckeditor5.umd.js
+webroot/css/ckeditor5.css
0 commit comments