I took some time during research day to evaluate uw-frame as a maven project. Many times we have said "why is this a maven project, it is just static content". I took that good point, and ran with it. What if frame was just static content.
- I created https://github.com/timlevett/static-frame which is just
uw-frame, without all the maven fluff. - I then registered this app with bower under
tim-uw-static-frameand taggedv1.0.0. - After that I took uw-frame and created this branch https://github.com/timlevett/uw-frame/tree/tim-static-test which basically removes all the static content, and adds in some copy-resources in the pom.xml so that the static content is pulled in.