angular-ui / ui-tinymce

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

not loading all the dependencies when running a build #154

Closed marinescudan closed 9 years ago

marinescudan commented 9 years ago

Hi, I am developing a application using yeoman angular-generator and when I run the "grunt build" command, grunt is not loading all the dependencies for ui-tinymce, more specifically the the /theme, /plugins, /skins folders. This is my bower.json: { "name": "lorem", "version": "0.0.0", "dependencies": { "angular": "^1.3.0", ... "angular-ui-tinymce": "~0.0.9", ... }, "devDependencies": { "angular-mocks": "^1.3.0" }, "appPath": "app", "moduleName": "lorem", "resolutions": { "angular": "1.3.15" } }

deeg commented 9 years ago

Please look at the TinyMCE documentation which describes how to create a plugin.

There is some good information on how to load plugins in there.

This is a question better suited for Stack Overflow as I don't think there is any issue regarding this library. If you post a question there, pleas make sure to include the contents of your build file. If you believe there is actually a problem, please open a new issue with a Plunker or Fiddle.