We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm using this gem and it takes several minutes to pre-compile the ace-rails-ap assets. I specially see:
ace-rails-ap
Compiled set_ace_paths.js (466916ms) (pid 9424) Compiled ace-rails-ap.js (466953ms) (pid 9424)
Is this expected? Where can I start debugging this issue?
The text was updated successfully, but these errors were encountered:
@cesarizu Sorry, not sure—I don't use this in production anymore. If you figure it out, though, I'd gladly accept a Pull Request.
Sorry, something went wrong.
Hi @codykrieger , nice gem! out of curiosity what are you using now to integrate ace with your app? just load it from a CDN?
I have installed the gem and included the require lines in application.js How to trigger the ACE editor in view in Rails app?
No branches or pull requests
Hello, I'm using this gem and it takes several minutes to pre-compile the
ace-rails-ap
assets. I specially see:Is this expected? Where can I start debugging this issue?
The text was updated successfully, but these errors were encountered: