You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugging using this gem is a disheartening experience. Would it be possible to serve alternative unminified assets, preferably contingent on some environmental indicator?
Looks like ckbuilder provides the ability to build unminified assets...
The text was updated successfully, but these errors were encountered:
I think this could be a good addition. The asset pipeline would minify everything anyways so it would all end up the same in staging/production. Want to take a crack at it and issue a pull request @smcphill ?
Since opening this issue, I've learned that CKEditor's custom build process requires a java (and ant) to generate unminified sources, and no source maps are generated. ckeditor/ckeditor4-releases#11 touches on this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Debugging using this gem is a disheartening experience. Would it be possible to serve alternative unminified assets, preferably contingent on some environmental indicator?
Looks like ckbuilder provides the ability to build unminified assets...
The text was updated successfully, but these errors were encountered: