Skip to content

Instantly share code, notes, and snippets.

@Plou
Last active December 14, 2015 18:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Plou/5132846 to your computer and use it in GitHub Desktop.
Save Plou/5132846 to your computer and use it in GitHub Desktop.
Build system for less files in sublime-text
{
"cmd": ["lessc", "styles.less", "$file_path/styles.css", "-x"],
"working_dir": "$file_path",
"selector": "source.css.less",
"path": "/home/plou/.nvm/v0.10.4/bin/",
"variants": [
{
"name": "Run",
"cmd": ["lessc", "$file_name", "$file_path/$file_base_name.css", "-x --no-color"],
"working_dir": "$file_path",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment