-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
In this spike we evaluate the usage of [Grunt](http://gruntjs.com/) as a front-end build tool for our web applications.
Grunt is the de-facto standard for that.
It should be possible to perform the following tasks with it:
- compile css assets
- automatic run tests
- linting of js
- minification
A automatic refresh (áka watch like behavior) should be possible.
Integrate grunt in maven build during clean install, jetty:run, ...
Optional: Live reloading of assets, too.