angular-ui / ui-tinymce

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

Bower main file should be angular-ui-tinymce.js #342

Open tihomir-kit opened 6 years ago

tihomir-kit commented 6 years ago

I feel your src/dist file should really be called angular-ui-tinymce.js and not tinymce.js because that's what it is.. Gulp build processes will often pull all the main files into a single "dist/vendor/js" folder before plugging them into the app and because you used the same filename as the root (tinymce) package, the root one gets overwritten.

deeg commented 6 years ago

Should be an easy PR if you want to open one!