v0.51.0
- Introduced task
grunt webjars
that simply creates the JAR package in the root directory of the project. This allows you to directly inject it as a dependency in your project without the need to install it or deploy it somewhere else. - Removed redundant partial parameters which led to a buggy behaviour for certain Handlebars implementations.
- Moved each task and configuration to its own file to clean up
Gruntfile.js