robwebdev / ember-cli-staticboot

MIT License
31 stars 6 forks source link

Ensure all assets are included #10

Closed mike183 closed 7 years ago

mike183 commented 7 years ago

This PR ensures that all required assets are included in the outputted build.

While I'm not certain this is the correct fix, prior to this change, assets found in an applications public directory and assets included by other add-ons were not included in the outputted build.

robwebdev commented 7 years ago

Thanks for this @mike183. This PR has made me realise I was missing some documentation and test coverage around the destDirconfig option. I've taken your change and expanded on it in https://github.com/robwebdev/ember-cli-staticboot/pull/12. Please take a look at that and let me know if it solves your issue.

Closing in favour of https://github.com/robwebdev/ember-cli-staticboot/pull/12