KaesDingeling / Hybrid-Menu

Hybrid-Menu Widget for Vaadin Application
Apache License 2.0
22 stars 13 forks source link

Typo in styles.html preventing production mode build. #57

Closed davidmacsix closed 6 years ago

davidmacsix commented 6 years ago

Hi I'm using 3.0.14.vaadin10 for my Vaadin 10 project. I'm using the flow-maven-plugin to package the in"production mode".

However, when I do this, I get the following build error:

[ERROR] Failed to process frontend files. [ERROR] error: Error: ENOENT: no such file or directory, open '/Users/David/Source/jss-web-ui/target/frontend/bower_components/polymer/lib/elemets/custom-style.html'

After a bit of digging, I found that this is as a result of a typo in a path used on HybridMenu's styles.html file.

At the top of he file it imports:

<link rel="import" href="/frontend/bower_components/polymer/lib/elemets/custom-style.html" />

You'll notice that the word elemets, should be spelled elements.

Thanks.

David.

davidmacsix commented 6 years ago

I see I've logged this in the wrong place and that is, sorted over in the GitLab project! Thanks.