I’m wondering if anyone has managed to install TinyMCE through bower/wiredep?
I’m having some problems as the main js script pulls in additional scripts at run time. I’m not sure if it is possible through manifest.json and project bower.json to compile multiple files from the same bower package.
I have the same issue I was using chosen select through bower and wanted it inject to two seperate files its .js is getting injected without any issue just the stylesheets not getting injected into SCSS files. The problem was the main files are using .css and wiredup will not inject .css into .scss files