juzu.plugin.less
Annotation Type Less


@Retention(value=SOURCE)
@Target(value=PACKAGE)
public @interface Less

This annotation trigger declares a less stylesheet. It triggers the compilation of a less stylesheet when it is processed. by the compiler.

Author:
Julien Viet

Required Element Summary
 String[] value
          The path of the less stylesheet to compile, relative to the assets application package.
 
Optional Element Summary
 boolean minify
          Configure the minification of the stylesheet when they are processed.
 

Element Detail

value

public abstract String[] value
The path of the less stylesheet to compile, relative to the assets application package.

Returns:
the stylesheet paths

minify

public abstract boolean minify
Configure the minification of the stylesheet when they are processed. The stylesheets are not minified by default.

Returns:
true if the stylesheets should be minidfied
Default:
false


Copyright © 2013 eXo Platform SAS. All Rights Reserved.