Package DE_EPAGES::Presentation::API::LESSCompiler
This module provides an API for the LESS compiler.
@EXPORT_OK |
Functions
CompileLESS
Compile the LESS code in the given source file andwrites the native CSS code to the target file.
Syntax |
CompileLESS($SourceFilePath, $TargetFilePath); |
Input |
|
GetLessPath
Returns the full directory path to the LESS sorces.
Syntax |
my $CompilerJar = GetLessPath(); |
Return |
|
GetLessScript
Returns the full file path to the LESS compiler.
Syntax |
my $CompilerJar = GetLessScript(); |
Return |
|