WordPress / better-code-editing

[✅ Merged into 4.9-alpha] Better Code Editing WordPress plugin
https://wordpress.org/plugins/better-code-editing/
37 stars 16 forks source link

Add JS-based asset loader #67

Closed westonruter closed 6 years ago

westonruter commented 6 years ago

As noted in #66, the wp.codeEditor in JS should be able to dynamically load assets for the given settings, including the scripts and styles for the selected modes and addons.

westonruter commented 6 years ago

Or rather, concatenate all CodeMirror scripts into one. See #71 .