Support --output-path like ng build
Blackscr33n opened this issue · 2 comments
Hey folks,
used this tool for the first time and was asking if there is any option to use the flag like the ng build command?
Or what is the best practice to use github pages with this command? An extra repo only for the angular application?
Thanks for your help and may sorry for the inappropriate question!
Bernhard
Please excuse the late reply. Could you tell me what exactly you want to achieve with this parameter?
Fixed in angular-cli-ghpages@2.0.0-beta.1
. Please try out this version and give me feedback, so that I can mark it as stable and publish it as the latest version. This new version uses conventions to figure out the best buildTarget
and uses the browser
folder by default. The output path can be configured as described here.
See #179