SassConsole

SASS console compiler main implementation

Constructors

this
this(string[] args)
Undocumented in source.

Members

Functions

defaultRun
void defaultRun()
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(SassCompileException e)
Undocumented in source. Be warned that the author may not have intended to support it.
folderRun
void folderRun()
Undocumented in source. Be warned that the author may not have intended to support it.
formatHelp
string formatHelp(string shortCommand, string longCommand, string description)
Undocumented in source. Be warned that the author may not have intended to support it.
getVersion
void getVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
help
void help()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()

Starts the compilation

success
void success(string input, string output)
Undocumented in source. Be warned that the author may not have intended to support it.
watchRun
void watchRun()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

currentTime
string currentTime [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

command
Command command;
Undocumented in source.
executableName
string executableName;
Undocumented in source.
input
string input;
Undocumented in source.
isHelpNeeding
bool isHelpNeeding;
Undocumented in source.
isLineNumberUsing
bool isLineNumberUsing;
Undocumented in source.
isMapCommentOmitting
bool isMapCommentOmitting;
Undocumented in source.
isSingleFile
bool isSingleFile;
Undocumented in source.
isSourceMapEmitting
bool isSourceMapEmitting;
Undocumented in source.
isStdinUsing
bool isStdinUsing;
Undocumented in source.
isVersionNeeding
bool isVersionNeeding;
Undocumented in source.
loadPath
string loadPath;
Undocumented in source.
output
string output;
Undocumented in source.
precision
int precision;
Undocumented in source.
sass
shared(Sass) sass;
Undocumented in source.
style
string style;
Undocumented in source.
styles
SassStyle[string] styles;
Undocumented in source.

Meta