The Yeoman-Frontend is a Grails plugin used for managing and processing a frontend developed with Yeoman. The plugin integrates the frontend (preserving the Yeoman's directory structure) with a Grails web container during development of a Grails backend application; it assembles the frontend into a Web Application Archive (WAR) file during deployment of the Grails application.
runtime ":yeoman-frontend:0.3"
Be aware of this Grails bug https://jira.grails.org/browse/GRAILS-11229; the event eventConfigureTomcat must be invoked to run the plugin in the Grails development mode.
http://bgawel.github.io/yeoman-frontend/guide/introduction.html
- 0.3 - made the plugin work with Grails 2.5.0
- 0.2 - version 0.1 was published to Grails repository with invalid POM file; see #1