Closed
Description
ember-cli comes with a public
folder where one could create an assets
for example, where assets like images can be put into. Those will later be served automatically.
angular-cli however, doesn't create such a folder. In angular-cli it's the src
folder where we can put assets which will automatically be copied to dist
and served accordingly.
This (and maybe other differences) should be documented somewhere.