I have some sass/scss files that I want to use alongside a less-based UI library (SemanticUI). ember-cli dies when it attempts to run both the ember-cli-sass and ember-cli-less preprocessors against my files. There has been quite a bit of discussion about this on various forums but no clear solution has been provided.
The most promising thread recommended writing a ‘custom Broccoli plugin’ to make it work, but did not provide any details.
Has anyone had luck making this work? Does the custom plugin route seem legit, and if so, can someone provide any guidance there?
Thanks.