saschakiefer / generator-openui5

yeoman generator for OpenUI5 applications and assets
Other
64 stars 17 forks source link

refactor template folders #14

Closed js1972 closed 10 years ago

js1972 commented 10 years ago

Pulled out the fiori master-detail app into its own folder. "application" for a default Application.js app and "fiori_application" for the fiori master-detail app (Component.js). Can now easily add others if need be. I started adding more tests but have had to comment out and wait as there is a bug just being worked on in generator-generator around the temp file. A fix has been merged but it hasn't made it to npmjs yet. May as well wait for that then do a npm update -g generator-generator. After which more tests ("it's") can be added to test the fiori app and xml generation in the standard app. Some minor re-factoring as well...