saschakiefer / generator-openui5

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

Add configuration options for JADS #23

Closed saschakiefer closed 10 years ago

saschakiefer commented 10 years ago

At least the server port should be configurable. Maybe also the prefix to the UI5 repository

js1972 commented 10 years ago

It is configurable via the JADS config.js file. Did you have something else in mind?In config.js you can specify the port; the document root; path alias', etc.

On Mon, Jan 20, 2014 at 2:21 AM, saschakiefer notifications@github.com wrote:

At least the server port should be configurable. Maybe also the prefix to the UI5 repository

Reply to this email directly or view it on GitHub: https://github.com/saschakiefer/generator-openui5/issues/23

saschakiefer commented 10 years ago

Yes, I know :) I could imagine. though, that 8080 might not be the best choice. And we use the port in two places (JADS config and open task in grunt), and I don't want users to modify two files. So I was thinking to make it part of the application prompt and let the user decide what port he wants (defaulting to 8080 or sth.)

js1972 commented 10 years ago

Sounds good.

js1972 commented 10 years ago

Closed as this capability is handled by the grunt-jads task