Skip to content

Instantly share code, notes, and snippets.

@netsuite
Created August 23, 2013 20:20
Show Gist options
  • Save netsuite/6323583 to your computer and use it in GitHub Desktop.
Save netsuite/6323583 to your computer and use it in GitHub Desktop.
build: LESS for debuggin
{
"cmd":
[
"lessc",
//"--line-numbers=all",
"--source-map",
//"--relative-urls",
"--compress",
//"--clean-css",
"--verbose",
"$file",
"${file_base_name}.css"
],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.less",
"shell": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment