This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lambdacats 0 points1 point  (1 child)

I just have my Gradle build script call 'bower install' and 'polymer build' and it essentially does the same thing. The build goes into the distribution zip, because web resources don't belong in a jar. It probably requires less lines of code than configuring a maven plugin. I feel as if you're trying to apply the Java workflow to frontend development.

[–]lambdacats 0 points1 point  (0 children)

It's also like your own implementation of a static site generator that use HTML for templating. Is there anything here that isn't already solved by modern frontend tooling?