Builder scenario:
- No layout views created for backend.
- 1 list view and 1 item view created for frontend
Joomla site scenario:
- fresh joomla 3.1.5 installation
Bug:
- backend Js folder and related files not generated
- frontend view, js bug, missing the validation engine library (because there is no js file in the backend)
UPDATE:
Apparently many things are not generated if no views are created in the backend. I didn't make a list yet, but I guess for now the best thing to do is create a list view and an item view in the backend in order to have all the needed things to make the generated component and working component.