alexandrialibrary / Alexandria

Alexandria is a simple little card catalogue webapp with a terribly pretentious name.
MIT License
2 stars 1 forks source link

Consider managing webapp dependencies using WebJars #65

Open hawkw opened 9 years ago

hawkw commented 9 years ago

If we used WebJars to handle the front-end's dependencies, we could version everything with sbt in one place. Other people seem to think this is a good idea.

I believe wro4j can also be used to package our scripts and styles into WebJars, so we might want to consider using WebJars for our entire front-end assets pipeline. It might be easier than the current rather janky setup.