segmentio / myth

A CSS preprocessor that acts like a polyfill for future versions of the spec.
4.32k stars 131 forks source link

Run myth without output.css #54

Closed lukasoppermann closed 10 years ago

lukasoppermann commented 10 years ago

How about making it, so that if I run myth input.css it will just compile it to input.css or maybe there is an option like a suffix.

So if I set the suffix to nothing, it will overwrite the file, and if I set it to something it will add it. The default could be -compiled so it would make input-compiled.css.

With this there could be an option to run myth on a directory. So that it will auto-compile every file in the dir.

ianstormtaylor commented 10 years ago

I think I'd rather stick with the unix-y use cases for this. Basically treat myth like cat and have the same limitations