acoustic-content-samples / wch-site-application

Source code for the Acoustic Content sample site single page application - Oslo.
Apache License 2.0
6 stars 13 forks source link

wch-site-application-e2e is mapped to "" #7

Open CarstenLeue opened 6 years ago

CarstenLeue commented 6 years ago

The "wch-site-application-e2e" is mapped to the root folder, which is the same as the default wch-site-application.

This makes the schematics runtime think that the wch-site-application-e2e is the default application. In a typical ng project the e2e application is mapped to a subfolder, e.g. for a new project like so:

    "InitialProject-e2e": {
      "root": "e2e/",

Would it be possible to construct this app accordingly?

I also opened an issue against the devkit to follow up on this: https://github.com/angular/angular-cli/issues/11321