adobe / aem-spa-project-archetype

Maven Archetype for creating new AEM SPA projects
Apache License 2.0
61 stars 32 forks source link

remove wrong and unnecessary absolute reference to device groups located in the content #42

Closed pfauchere closed 5 years ago

pfauchere commented 5 years ago

the absolute reference to the location of the deviceGroups configuration was outdated as it has been relocated under /libs/settings/mobile/groups/responsive. Furthermore, the emulator feature supports the property to be relative and located on the structure aspect of the template. The latter setup is already in place in the current source code and was shadowed by the property on the root page of the generated project content.

The failure may relate to https://github.com/adobe/aem-spa-project-archetype/pull/37