Refactor #15829
Update ace-rails-ap to 4.1.x
Description
ace-rails-ap 4.1.x is available which allows file modes (Ruby, YAML, JSON etc) to be loaded via the asset pipeline instead of being included into application.js. This will reduce the size of the app file and in most cases, not load code that's only needed when switching file modes (rarely).
Related issues
Associated revisions
refs #15829 - require ace-rails-ap 4.1.x
History
#1
Updated by The Foreman Bot about 6 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3674 added
#2
Updated by Dominic Cleal about 6 years ago
- Blocks Tracker #12944: application assets are too large added
#3
Updated by Dominic Cleal about 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset aec605a9907a2479c9de11a3ea796fe0f49f9563.
#4
Updated by Dominic Cleal about 6 years ago
- Legacy Backlogs Release (now unused) set to 160
fixes #15829 - remove ace-rails-ap file modes from app.js
Also removes editor from precompilation list, it's in the main app.js
since fa8353d, and removes unused ACE extensions.
application.js has reduced from 2512 to 2381KiB.