sir-dunxalot / ember-cli-concat

An Ember addon that enables you to concatinate Ember CLI's app and vendor files into a single JS file and a single CSS file
MIT License
32 stars 15 forks source link

Embroider support #73

Open steveszc opened 3 years ago

steveszc commented 3 years ago

This addon won't work in an app built with Embroider because it uses the postprocessTree hook for type=all, which is not supported in Embroider.

Some other addon's with this same issue: https://github.com/DockYard/ember-service-worker/issues/187 https://github.com/ef4/prember/issues/59

sir-dunxalot commented 3 years ago

Hi @steveszc. Thanks for opening this issue. Unfortunately, I know nothing about Embroider and don't use Ember these days. I'll accept a PR that makes these changes if it doesn't break compatibility with non-Embroider apps. However, it's not likely I will make this change myself.