ace-rails-ap
ace-rails-ap copied to clipboard
Slow asset pre-compilation on rails 3.2
Hello, I'm using this gem and it takes several minutes to pre-compile the ace-rails-ap
assets. I specially see:
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?
@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.
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?