From: Kai Moritz Date: Fri, 21 Aug 2015 17:52:01 +0000 (+0200) Subject: Simple Frontend-Project based on nodjs and grunt X-Git-Tag: notnagel~1 X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=49c05eefab554f1fe6a2eaa0c11774d0f4c9cae4;hp=49c05eefab554f1fe6a2eaa0c11774d0f4c9cae4;p=examples%2Fmaven-grunt-integration Simple Frontend-Project based on nodjs and grunt In this example the layout and the corresponding CSS is developed in a way, that the outcome in the dist-directory is directly suitable for the integration in the Spring-Thymeleaf-App. A http-server could be started together with a watch, to ease the developmen of the HTML and CSS. The layout is kept simple and meant only to make the unstyled and the styled version clearly distingushable. ---