-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AssetCompress does not work with CKEditor #283
Comments
What's not working? |
files[] = ckeditor/ckeditor.js |
@lupuswwww Ok, but what is the error? Are you getting an error in javascript or from the process that is building assets? That comment gives me no new information beyond what is in this issue. |
When I throw a script from ini file like this:
everything is working properly. |
Had the same issue and found this page when Googling. |
A segment of asset_compress.ini:
....
[cms-java-scripts.js]
files[] = jquery.js
files[] = ckeditor/ckeditor.js
files[] = all.js
......
It does not work for ckeditor.
The text was updated successfully, but these errors were encountered: