Example project for the [yeoman-gradle-plugin].
The angular app contained under app was constructed with:
- node 0.12.2
- yo 1.4.6
Contains a angular app generated via "yo angular".
Build using:
gradle build
Startup in a Jetty using:
gradle jettyEclipseRun