Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 11.8k
docs: document folder structure #339
Copy link
Copy link
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenteffort1: easy (hours)
Description
Activity
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgenteffort1: easy (hours)
ember-cli comes with a
publicfolder where one could create anassetsfor 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
srcfolder where we can put assets which will automatically be copied todistand served accordingly.This (and maybe other differences) should be documented somewhere.