-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle frontend folder from different locations #1812
Comments
Alex (@alexberazouski) from Pro also confirmed that even our existing behavior is strange sometimes. After right-clicking on some folder he was expecting this folder to be proposed in "New Design" wizard. Instead some default value was used. Moreover, directory for this default value hasn't existed in the project. We need to improve our wizard logic. 👍 |
Erik (@eriklumme) also reported couple of issues with existing Vaadin Spring starter:
shared-styles.html should be considered in this card as well since they also reside inside frontend folder. |
@szolo good additions. I don't think the |
Steps to reproduce
Actual behavior
src/main/webapp/frontend
while all of the other designs are inresource/static/frontend
<link rel="import" href="../../../../../../webapp/frontend/bower_components/polymer/polymer.html">
Expected behavior
IDE, Designer and OS version
IntelliJ, Designer 3.0.5, Linux
The text was updated successfully, but these errors were encountered: