ui-tinymce
ui-tinymce copied to clipboard
342 rename main script
The purpose of this PR is to implement issue #342. The current filename of the main script and it's minified incarnation conflict with the name of the TinyMCE script. Automated build tools that lump all external assets in a single build directory have a problem with this as whichever is built last overwrites the earlier one.
I believe the tests are failing because the files that are being tested have been renamed. I'm not sure there is anything I can do to remedy this.