angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 371 forks source link

342 rename main script #347

Open AndrewIsh opened 6 years ago

AndrewIsh commented 6 years ago

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.

AndrewIsh commented 6 years ago

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.