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 directorydye.get(name); // get the value from current directory or other read-only directories if value is missingdye.export(files,path);