Github user corneadoug commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/56#issuecomment-97629349
Didn't update the doc to explain the folder strcture yet.
But now, src is the source folder, and the generated code on build go to
dist folder.
For the source code, you will find it organised by module (home.html,
home.css, home.controller.js for example) either in the src/app folder or
src/components folder.
Src/app is for page related content, and each page is containing its own
modules. Src/components is for modules used in different places (navbar for
example).
Now you can place files wherever you want in app and components, folders
and have as much sub folder as you want, however you will need to register the
.js files in index.html
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---