Skip to content
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

unminified sources (if Rails.env.development?) #544

Closed
smcphill opened this issue Mar 10, 2015 · 4 comments
Closed

unminified sources (if Rails.env.development?) #544

smcphill opened this issue Mar 10, 2015 · 4 comments
Labels

Comments

@smcphill
Copy link

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...

@kyledecot
Copy link
Contributor

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 ?

@smcphill
Copy link
Author

smcphill commented Jul 5, 2015

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.

The best option I can think of is a rake task to retrieve and build unminified sources, possibly making use of git submodules to https://github.com/ckeditor/ckeditor-releases and https://github.com/ckeditor/ckbuilder - does that sound like something you'd be interested in?

@kyledecot
Copy link
Contributor

@galetahub Thoughts?

@stale
Copy link

stale bot commented Dec 4, 2018

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.

@stale stale bot added the wontfix label Dec 4, 2018
@stale stale bot closed this as completed Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants