You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
Desktop (please complete the following information):
OS: Arch Linux
JDK version: 11
Gradle version: 5.1.1
Vaadin Plugin version: 1.1.2
Describe the bug
Using AppLayout addon ("com.github.appreciated:app-layout-addon:2.0.8"). It uses org.webjars.bowergithub.oyeharry:app-menu:2.1.2 (from dependency graph). When war packed and deployed facing unsatisfied resource 404 : http://localhost:8080/frontend-es6/bower_components/app-menu/app-menu-icon-item.html
In war file: frontend-es6/bower_components/ contains only webcomponentsjs folder.
In basic starter projects (Maven-based) resulting war contains much more stuff. To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
Describe the bug
Using AppLayout addon ("com.github.appreciated:app-layout-addon:2.0.8"). It uses org.webjars.bowergithub.oyeharry:app-menu:2.1.2 (from dependency graph). When war packed and deployed facing unsatisfied resource
404 : http://localhost:8080/frontend-es6/bower_components/app-menu/app-menu-icon-item.html
In war file: frontend-es6/bower_components/ contains only
webcomponentsjs
folder.In basic starter projects (Maven-based) resulting war contains much more stuff.
To Reproduce
Steps to reproduce the behavior:
vaadinCreateProject
war
frontedn-es6/bower_components
dir.Expected behavior
Mentioned dir contains all necessary dependencies
Additional context
I'm fairly new to this plugin so maybe this task supposed to be done other way.
The text was updated successfully, but these errors were encountered: