DyeScript is a powerful tool that allows you to compile your files .dye
into .css
and much more.
dye.compile(myScript);
dye.import("[[path]]/[[filename]].dye");
dye.dir(...directories);
dye.open(directory);
dye.read(...directories);
dye.set(name,value); // saved on the current directory
dye.get(name); // get the value from current directory or other read-only directories if value is missing
dye.export(files,path);