Skip to content

Portlet Styling

anja edited this page Dec 15, 2016 · 1 revision

Compile Less

For compiling Less the node modules less is used. The compiling process is started via grunt.

In a console execute one of the grunt jops with

grunt [jop name]

If no jop name is provided, the default jop is executed.

jop name description

styles

will compile the less to CSS files

default

will compile the less files to minified CSS files

Clone this wiki locally