Skip to content

Instantly share code, notes, and snippets.

@mmmpa
Created May 16, 2014 08:09
Show Gist options
  • Save mmmpa/6e011f844b2de257fa85 to your computer and use it in GitHub Desktop.
Save mmmpa/6e011f844b2de257fa85 to your computer and use it in GitHub Desktop.
{
"cmd": ["stylus", "$file"],
"file_regex": ".",
"selector": "source.stylus",
"osx":
{
"path": "/usr/local/bin:$PATH"
},
"linux":
{
"path": "/usr/local/bin:$PATH"
},
"windows":
{
"cmd": ["stylus.cmd", "-I", "C:\\Users\\mmmpa\\AppData\\Roaming\\npm\\node_modules\\nib\\lib", "$file"]
},
"variants": [
{
"name": "compress",
"cmd": ["stylus", "-c", "$file"],
"windows":
{
"cmd": ["stylus", "-I", "C:\\Users\\mmmpa\\AppData\\Roaming\\npm\\node_modules\\nib\\lib\\nib", "$file"]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment